fix: unused db call
This commit is contained in:
parent
9b7daa2bcb
commit
d31e709583
|
@ -12,9 +12,6 @@ export default async function Play() {
|
||||||
redirect('/');
|
redirect('/');
|
||||||
}
|
}
|
||||||
|
|
||||||
const now = new Date();
|
|
||||||
const todayTest = await getFirstActiveTest(now);
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className={'w-full h-[100vh] text-[#F0F0F0] bg-black p-12 flex flex-col items-center justify-center gap-y-28'}>
|
<div className={'w-full h-[100vh] text-[#F0F0F0] bg-black p-12 flex flex-col items-center justify-center gap-y-28'}>
|
||||||
<Image src={Logo} alt={'Logo'} width={100} height={200} className={'mx-auto w-full md:w-[400px]'} />
|
<Image src={Logo} alt={'Logo'} width={100} height={200} className={'mx-auto w-full md:w-[400px]'} />
|
||||||
|
|
Loading…
Reference in New Issue