Fix images not working
This commit is contained in:
parent
352e64377e
commit
307649eea0
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -2462,7 +2462,7 @@ checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
|
||||
|
||||
[[package]]
|
||||
name = "reminder-rs"
|
||||
version = "1.7.32-1"
|
||||
version = "1.7.33-1"
|
||||
dependencies = [
|
||||
"base64 0.22.1",
|
||||
"chrono",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "reminder-rs"
|
||||
version = "1.7.32-1"
|
||||
version = "1.7.33-1"
|
||||
authors = ["Jude Southworth <judesouthworth@pm.me>"]
|
||||
edition = "2021"
|
||||
license = "AGPL-3.0 only"
|
||||
@ -50,7 +50,7 @@ assets = [
|
||||
["target/release/reminder-rs", "usr/bin/reminder-rs", "755"],
|
||||
["static/css/*", "lib/reminder-rs/static/css", "644"],
|
||||
["static/favicon/*", "lib/reminder-rs/static/favicon", "644"],
|
||||
["static/img/*", "lib/reminder-rs/static/img", "644"],
|
||||
["static/img/**/*", "lib/reminder-rs/static/img", "644"],
|
||||
["static/js/*", "lib/reminder-rs/static/js", "644"],
|
||||
["static/webfonts/*", "lib/reminder-rs/static/webfonts", "644"],
|
||||
["static/site.webmanifest", "lib/reminder-rs/static/site.webmanifest", "644"],
|
||||
|
@ -108,7 +108,6 @@
|
||||
</article>
|
||||
</div>
|
||||
<div class="tile is-parent is-vertical">
|
||||
{#
|
||||
<article class="tile is-child notification">
|
||||
<p class="title">Import/export</p>
|
||||
<p class="subtitle">Learn how to import and export data from the dashboard</p>
|
||||
@ -120,7 +119,6 @@
|
||||
</a>
|
||||
</div>
|
||||
</article>
|
||||
#}
|
||||
</div>
|
||||
<div class="tile is-parent">
|
||||
{#
|
||||
|
Loading…
Reference in New Issue
Block a user