♻️ 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

@@ -40,24 +40,24 @@ pub fn ContactsWindow() -> Element {
button {
class: ClassName::AERO_BUTTON,
style: "background: url(./images/letter.png) center no-repeat",
style: "background: url(/public/images/letter.png) center no-repeat",
},
button {
class: ClassName::AERO_BUTTON,
style: "background: url(./images/directory.png) no-repeat center",
style: "background: url(/public/images/directory.png) no-repeat center",
},
button {
class: ClassName::AERO_BUTTON,
style: "background: url(./images/news.png) no-repeat center",
style: "background: url(/public/images/news.png) no-repeat center",
},
button {
class: ClassName::FLEX_RIGHT_AERO_BUTTON,
style: "background: url(./images/brush.png) no-repeat center",
style: "background: url(/public/images/brush.png) no-repeat center",
},
button {
class: ClassName::AERO_BUTTON,
style: "background: url(./images/settings.png) no-repeat center",
style: "background: url(/public/images/settings.png) no-repeat center",
},
},
@@ -78,12 +78,12 @@ pub fn ContactsWindow() -> Element {
button {
class: ClassName::BUTTON,
style: "background: url(./images/add_user.png) no-repeat center",
style: "background: url(/public/images/add_user.png) no-repeat center",
},
button {
class: ClassName::BUTTON,
style: "background: url(./images/tbc_transfert.png) no-repeat center",
style: "background: url(/public/images/tbc_transfert.png) no-repeat center",
},
},
},