diff --git a/web/src/app/(root)/page.tsx b/web/src/app/(root)/page.tsx index f5fb725..4dc7bce 100644 --- a/web/src/app/(root)/page.tsx +++ b/web/src/app/(root)/page.tsx @@ -207,15 +207,17 @@ export default function Home() { homePageHover === 'admin' ? 'scale-110' : 'scale-100' }`} > - - - Admin - - + {session?.user.role === 'admin' && ( + + + Admin + + + )}