fix style

This commit is contained in:
tommy
2025-11-03 16:53:33 +08:00
parent f084d42673
commit 892fb0c630
2 changed files with 18 additions and 14 deletions

View File

@@ -111,17 +111,6 @@ pub fn Navbar() -> Element {
}
}
SidebarFooter {
div { class: "sidebar-profile",
Avatar {
src: Some("https://avatars.githubusercontent.com/u/3236120?v=4".to_string()),
alt: Some("Administrator avatar".to_string()),
fallback: Some("DX".to_string()),
}
div {
span { class: "sidebar-profile-name", "Taylor Chen" }
span { class: "sidebar-profile-role", "Product Manager" }
}
}
Button {
class: Some("mt-2 w-full".to_string()),
variant: ButtonVariant::Secondary,