mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-20 13:29:37 +02:00
Fix adventure cards and serializers
This commit is contained in:
parent
5aef1eb8bd
commit
ffe9d6fe97
4 changed files with 7 additions and 7 deletions
|
@ -156,7 +156,7 @@
|
|||
<div class="flex justify-between">
|
||||
<button
|
||||
on:click={() => goto(`/adventures/${adventure.id}`)}
|
||||
class="text-2xl font-semibold -mt-2 break-words text-wrap hover:underline"
|
||||
class="text-2xl font-semibold -mt-2 break-words text-wrap hover:underline text-left"
|
||||
>
|
||||
{adventure.name}
|
||||
</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue