File tree Expand file tree Collapse file tree
apps/frontend/src/app/dashboard Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import { JournalCard } from "@/components/journal-card";
1010import { Header } from "@/components/dashboard/header" ;
1111import { useMobile } from "@/hooks/use-mobile" ;
1212import { cn } from "@/lib/utils" ;
13- import Octacat from "@/components/octacat" ;
13+
1414import { useUserStore } from "@/store/userStore" ;
1515
1616import { 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" >
You can’t perform that action at this time.
0 commit comments