app totito finalizdo
This commit is contained in:
parent
2b643a0978
commit
68b0dd9059
@ -59,7 +59,6 @@ const Tablero = () => {
|
|||||||
<div className="justify-center flex">
|
<div className="justify-center flex">
|
||||||
<span className="block text-center mt-5 text-black border w-64 py-2 rounded-xl shadow-xl font-bold">{'Turno: ' + (turno)}</span>
|
<span className="block text-center mt-5 text-black border w-64 py-2 rounded-xl shadow-xl font-bold">{'Turno: ' + (turno)}</span>
|
||||||
<span className="block text-center mt-5 text-black border w-64 py-2 rounded-xl shadow-xl font-bold">{'El ganador es: ' + (ganador || 'Nadie aún')}</span>
|
<span className="block text-center mt-5 text-black border w-64 py-2 rounded-xl shadow-xl font-bold">{'El ganador es: ' + (ganador || 'Nadie aún')}</span>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div className="mt-10 p-5 grid grid-cols-3 gap-4 items-center">
|
<div className="mt-10 p-5 grid grid-cols-3 gap-4 items-center">
|
||||||
{cuadros.map((items, indexItem) => (
|
{cuadros.map((items, indexItem) => (
|
||||||
|
Loading…
Reference in New Issue
Block a user