diff --git a/src/app/[name]/(Dialogs)/game/page.tsx b/src/app/[name]/(Dialogs)/game/page.tsx index a193424..f818380 100644 --- a/src/app/[name]/(Dialogs)/game/page.tsx +++ b/src/app/[name]/(Dialogs)/game/page.tsx @@ -4,7 +4,7 @@ import { type FC } from 'react' import { useRouter } from 'next/navigation' import Seperator from '@/components/utils/Seperator' import Image from 'next/image' -import { glassSurfaceCardFlat } from '@/lib/styles/glassSurface' +import { glassSurfaceCard } from '@/lib/styles/glassSurface' const GamePage: FC = () => { @@ -23,7 +23,7 @@ const GamePage: FC = () => { /> -