Skip to content

Commit a0bfe61

Browse files
committed
fixed version button
1 parent 7a185ce commit a0bfe61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/app-sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export function AppSidebar() {
100100
</SidebarGroup>
101101
</SidebarContent>
102102
<SidebarFooter className="flex flex-col items-end gap-4">
103-
{!newVersion &&
103+
{newVersion &&
104104
<SidebarMenu>
105105
<SidebarMenuItem className="flex gap-2 justify-center items-center shadow-lg shadow-green-900">
106106
<SidebarMenuButton size="lg" className="!bg-card border border-green-900" onClick={handleInstallUpdate} disabled={isUpdating}>

0 commit comments

Comments
 (0)