♻️ Move fonts and images directories in a common public on

This commit is contained in:
2024-04-12 12:49:07 +02:00
parent 77fa0c5fd5
commit 78cb65e054
49 changed files with 24 additions and 24 deletions

View File

@@ -47,7 +47,7 @@ pub fn AvatarSelector() -> Element {
},
img {
class: ClassName::AVATAR_SELECTOR_PICTURE,
src: "./images/default-avatar.png",
src: "/public/images/default-avatar.png",
},
},
}