navbar user dropdown, logout icon

This commit is contained in:
2026-03-14 11:53:35 +01:00
parent 0bc9384b6a
commit 881dfe6f0d
4 changed files with 48 additions and 5 deletions

View File

@@ -7,6 +7,7 @@ pub const EYE: &str = include_str!("eye.svg");
pub const FILE_IMAGE: &str = include_str!("file-image.svg");
pub const INFO: &str = include_str!("info.svg");
pub const LAYOUT_DASHBOARD: &str = include_str!("layout-dashboard.svg");
pub const LOG_OUT: &str = include_str!("log-out.svg");
pub const MAP_PIN: &str = include_str!("map-pin.svg");
pub const QUOTE: &str = include_str!("quote.svg");
pub const SCROLL_TEXT: &str = include_str!("scroll-text.svg");