Skip to content

Commit 9894867

Browse files
committed
fix: duplicate octacat render
1 parent 33205a0 commit 9894867

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

apps/frontend/src/app/dashboard/page.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { JournalCard } from "@/components/journal-card";
1010
import { Header } from "@/components/dashboard/header";
1111
import { useMobile } from "@/hooks/use-mobile";
1212
import { cn } from "@/lib/utils";
13-
import Octacat from "@/components/octacat";
13+
1414
import { useUserStore } from "@/store/userStore";
1515

1616
import { useEffect } from "react";
@@ -48,8 +48,6 @@ export default function Dashboard() {
4848
className={cn("text-9xl z-50 max-w-3/4 m-4 font-bold text-black dark:text-white", isMobile ? "text-4xl !text-center" : "text-9xl ")}
4949
/>
5050
<Header />
51-
<Octacat>
52-
</Octacat>
5351
<Card className=" z-50 m-4 hover:cursor-pointer hover:bg-gray-100 dark:hover:bg-gray-800 motion-preset-slide-right" onClick={() => router.push('/journal/new')}>
5452
<CardHeader>
5553
<CardTitle className="flex items-center justify-between">

0 commit comments

Comments
 (0)