Skip to content

Commit 655a936

Browse files
committed
fix: resolve merge conflict in AppSidebar.tsx
1 parent c73cbe5 commit 655a936

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

frontend/src/components/Navigation/Sidebar/AppSidebar.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ export function AppSidebar() {
9494
</SidebarMenu>
9595
</SidebarContent>
9696
<SidebarFooter className="border-border/40 mt-auto border-t py-4">
97-
<<<<<<< sidebar-toggle
9897
<div className="space-y-3">
9998
<div
10099
className={`text-muted-foreground space-y-1 px-4 text-xs transition-all duration-300 ${
@@ -133,11 +132,6 @@ export function AppSidebar() {
133132
</TooltipContent>
134133
</Tooltip>
135134
</div>
136-
=======
137-
<div className="text-muted-foreground space-y-1 px-4 text-xs">
138-
<div className="font-medium">PictoPy v{version}</div>
139-
<div>© {new Date().getFullYear()} PictoPy</div>
140-
>>>>>>> main
141135
</div>
142136
</SidebarFooter>
143137
</Sidebar>

0 commit comments

Comments
 (0)