Fix is_public bugs

This commit is contained in:
Sean Morley
2024-09-09 14:29:50 -04:00
parent fe8a41f51b
commit dd17e24f44
3 changed files with 45 additions and 26 deletions

View File

@@ -307,8 +307,9 @@
</ul>
</div>
{:else}
<button class="btn btn-neutral mb-2" on:click={() => goto(`/adventures/${adventure.id}`)}
><Launch class="w-6 h-6" /></button
<button
class="btn btn-neutral-200 mb-2"
on:click={() => goto(`/adventures/${adventure.id}`)}><Launch class="w-6 h-6" /></button
>
{/if}
{/if}