improved pause screen
This commit is contained in:
@@ -17,18 +17,16 @@ export default function Pause() {
|
|||||||
PAUZE
|
PAUZE
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
|
<img
|
||||||
|
src="https://c.tenor.com/uWx6oZf6NnsAAAAC/tenor.gif"
|
||||||
|
className="w-1/3 rounded-full"
|
||||||
|
/>
|
||||||
<Link
|
<Link
|
||||||
href="/voting"
|
href="/voting"
|
||||||
className="rounded-lg border-2 border-black bg-yellow-500 p-4 text-2xl font-extrabold text-blue-600 hover:bg-yellow-400"
|
className="rounded-lg border-2 border-black bg-yellow-500 p-4 text-2xl font-extrabold text-blue-600 hover:bg-yellow-400"
|
||||||
>
|
>
|
||||||
START
|
START
|
||||||
</Link>
|
</Link>
|
||||||
<h1
|
|
||||||
className={`${nunito.className} text-outline text-[42px] tracking-tighter text-yellow-500`}
|
|
||||||
>
|
|
||||||
PAUZE
|
|
||||||
</h1>
|
|
||||||
</main>
|
</main>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user