Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Bit-Barron committed Sep 22, 2024
1 parent 2ad5364 commit be79115
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ yarn.lock
package-lock.json
demo.db
demo.db-journal
pnpm-lock.yaml
pnpm-lock.yaml
.env
12 changes: 6 additions & 6 deletions src/components/elements/settings/settingsidebar.tsx
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
import { Separator } from "@/components/ui/separator";
import {
ArrowLeftIcon,
ClipboardIcon,
SettingsIcon,
ListIcon,
GiftIcon,
ListIcon,
LogOutIcon,
SettingsIcon,
ShoppingBagIcon,
ArrowLeftIcon,
} from "lucide-react";
import Link from "next/link";
import React from "react";
import { Separator } from "@/components/ui/separator";
import { useRouter } from "next/navigation";
import React from "react";

interface SettingsSidebarProps {}

Expand Down Expand Up @@ -44,7 +44,7 @@ export const SettingsSidebar: React.FC<SettingsSidebarProps> = ({}) => {
label: "Account Einstellungen",
},
{
href: "/abmelden",
href: "/logout",
icon: LogOutIcon,
label: "Logout",
},
Expand Down
2 changes: 0 additions & 2 deletions todos.txt

This file was deleted.

0 comments on commit be79115

Please sign in to comment.