Skip to content

Commit

Permalink
remove deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
kadirchan committed Nov 10, 2024
1 parent 3cd3326 commit 4c8ff5f
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions src/renderer/components/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,23 +88,6 @@ export function Sidebar({ className }: SidebarProps) {
<Shapes className="mr-2 h-4 w-4" />
Categories
</Button>
{/* <Button
variant={currentPath == '/library' ? 'secondary' : 'ghost'}
className="w-full justify-start"
onClick={() => handleNavigate('/library')}
>
<Gamepad2 className="mr-2 h-4 w-4" />
Library
</Button>
<Button
variant={currentPath == '/wishlist' ? 'secondary' : 'ghost'}
className="w-full justify-start"
onClick={() => handleNavigate('/wishlist')}
>
<Bookmark className="mr-2 h-4 w-4" />
Wishlist
</Button>
<Web3Wallet /> */}
</div>
</div>
</div>
Expand All @@ -114,7 +97,7 @@ export function Sidebar({ className }: SidebarProps) {
className=" rounded-lg text-center items-center"
variant="outline"
>
v0.1.0
v1.0
</Badge>
</div>
</div>
Expand Down

0 comments on commit 4c8ff5f

Please sign in to comment.