aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/sidebar/Sidebar.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/components/dashboard/sidebar/Sidebar.tsx')
-rw-r--r--apps/web/components/dashboard/sidebar/Sidebar.tsx8
1 files changed, 3 insertions, 5 deletions
diff --git a/apps/web/components/dashboard/sidebar/Sidebar.tsx b/apps/web/components/dashboard/sidebar/Sidebar.tsx
index 1c18e90c..08ad2936 100644
--- a/apps/web/components/dashboard/sidebar/Sidebar.tsx
+++ b/apps/web/components/dashboard/sidebar/Sidebar.tsx
@@ -1,9 +1,10 @@
import Link from "next/link";
import { redirect } from "next/navigation";
+import HoarderLogo from "@/components/HoarderIcon";
import { Separator } from "@/components/ui/separator";
import { api } from "@/server/api/client";
import { getServerAuthSession } from "@/server/auth";
-import { Home, PackageOpen, Search, Settings, Shield, Tag } from "lucide-react";
+import { Home, Search, Settings, Shield, Tag } from "lucide-react";
import serverConfig from "@hoarder/shared/config";
@@ -22,10 +23,7 @@ export default async function Sidebar() {
return (
<aside className="flex h-screen w-60 flex-col gap-5 border-r p-4">
<Link href={"/dashboard/bookmarks"}>
- <div className="flex items-center rounded-lg px-1 text-foreground">
- <PackageOpen />
- <span className="ml-2 text-base font-semibold">Hoarder</span>
- </div>
+ <HoarderLogo height={20} gap="8px" />
</Link>
<Separator />
<div>