refactor: add link to Dice game

This commit is contained in:
Mikhail Saveliev 2023-12-20 05:08:07 +03:00
parent e9525f213b
commit 9a26920e33

View file

@ -58,7 +58,7 @@ export const MainPage = () => {
<span className="text-xl font-bold">DICE</span>
<div className="text-gray-400 font-medium">562 online</div>
</div>
<button className=" min-w-[100px] max-h-[45px] bg-blue-500 rounded-[10px] border border-blue-400 font-bold px-3">Play now</button>
<a href="/dice" className="min-w-[100px] max-h-[45px] bg-blue-500 rounded-[10px] border border-blue-400 font-bold px-3 items-center flex justify-center">Play now</a>
</div>
<div className="flex flex-row justify-between">
<div className="flex flex-col">