Skip to content

Commit

Permalink
fix: remove cls in home page
Browse files Browse the repository at this point in the history
  • Loading branch information
plushdohn committed Dec 20, 2023
1 parent c379d64 commit 406278d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@
</p>
</header>
<div class="flex flex-col gap-4 w-full">
<ClientOnly>
<UButton :to="localePath(`/game/${getRandomString(5)}`)" block size="lg">
{{ $t("home.createRoomLink") }}
</UButton>
</ClientOnly>
<UButton :to="localePath(`/game/${getRandomString(5)}`)" block size="lg">
{{ $t("home.createRoomLink") }}
</UButton>
<UDivider />
<form
:action="
Expand Down

0 comments on commit 406278d

Please sign in to comment.