feat(db): Added database setup and basic types #5

Merged
sharang merged 3 commits from feat/CAI-2 into main 2026-02-20 14:58:14 +00:00
Showing only changes of commit 56fd1d46b6 - Show all commits

View File

@@ -96,7 +96,7 @@ pub fn Sidebar(name: String, email: String, avatar_url: String) -> Element {
div { class: "sidebar-bottom-actions",
Link {
to: NavigationTarget::<Route>::External("/auth/logout".into()),
to: NavigationTarget::<Route>::External("/logout".into()),
class: "sidebar-link logout-btn",
Icon { icon: BsBoxArrowRight, width: 18, height: 18 }
span { "Logout" }