-
- cn(
- "flex flex-col items-center gap-0.5 flex-1 py-2 text-xs transition-colors",
- isActive
- ? "text-primary"
- : "text-muted-foreground hover:text-foreground"
- )
- }
- >
-
- Library
-
+ <>
+
+
+
+
+ {isAuthenticated ? (
+
+
+
+
+
+ logout()}>
+
+ Sign out
+
+
+
+ ) : (
+
+ )}
+
+
+