Add featured adventure locations and fix conditional rendering in log page

This commit is contained in:
Sean Morley
2024-04-02 18:31:44 +00:00
parent ad568bb3fa
commit 9baab4c675
3 changed files with 14 additions and 4 deletions

View File

@@ -107,13 +107,13 @@
<input class="btn btn-primary" type="submit" value="Add Adventure">
</form>
</div>
{#if adventures.length != 0}
<div class="flex justify-center items-center w-full mt-4 mb-4">
<article class="prose">
<h1 class="text-center">My Visited Adventure Locations</h1>
</article>
</div>
{/if}
{#if isShowingToast}
<SucessToast action={toastAction} />