hacer botones de mundos gigantes
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Cat /dev/Nulo 2023-04-18 12:10:24 -03:00
parent 73381b0dd7
commit 2d40d7f9a0

View file

@ -20,3 +20,13 @@
<li><a href={routes.CreateWorld}>Crear mundo</a></li>
</ul>
{/await}
<style>
ul :global(a) {
padding: 1em;
display: block;
background: #eee;
margin: 0.5em;
border-radius: 15px;
}
</style>