add dashboard random quote refresh by linking to dashboard page

This commit is contained in:
2026-04-28 13:54:36 +02:00
parent 7a0ef9a3ad
commit 851f73f639
3 changed files with 6 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ pub const MAP_PIN: &str = include_str!("map-pin.svg");
pub const PEN: &str = include_str!("pen.svg");
pub const PLUS: &str = include_str!("plus.svg");
pub const QUOTE: &str = include_str!("quote.svg");
pub const REFRESH_CW: &str = include_str!("refresh-cw.svg");
pub const SCROLL_TEXT: &str = include_str!("scroll-text.svg");
pub const SERVER: &str = include_str!("server.svg");
pub const SHIELD_USER: &str = include_str!("shield-user.svg");