We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a185ce commit a0bfe61Copy full SHA for a0bfe61
src/components/app-sidebar.tsx
@@ -100,7 +100,7 @@ export function AppSidebar() {
100
</SidebarGroup>
101
</SidebarContent>
102
<SidebarFooter className="flex flex-col items-end gap-4">
103
- {!newVersion &&
+ {newVersion &&
104
<SidebarMenu>
105
<SidebarMenuItem className="flex gap-2 justify-center items-center shadow-lg shadow-green-900">
106
<SidebarMenuButton size="lg" className="!bg-card border border-green-900" onClick={handleInstallUpdate} disabled={isUpdating}>
0 commit comments