From 8ae3236acbfd663fa14075b41961168c04e3fb0b Mon Sep 17 00:00:00 2001 From: Sean Morley Date: Sat, 27 Apr 2024 20:45:01 +0000 Subject: [PATCH] Refactor AdventureCard component buttons to use iconify-icons --- src/lib/components/AdventureCard.svelte | 20 ++++++++++++++++---- src/lib/components/Navbar.svelte | 4 ++-- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/src/lib/components/AdventureCard.svelte b/src/lib/components/AdventureCard.svelte index d8951fb..6ced9fc 100644 --- a/src/lib/components/AdventureCard.svelte +++ b/src/lib/components/AdventureCard.svelte @@ -58,12 +58,24 @@ {/if}
{#if type == "mylog"} - - - + + + {/if} {#if type == "featured"} - + {/if}
diff --git a/src/lib/components/Navbar.svelte b/src/lib/components/Navbar.svelte index 3f799de..1e6e2c6 100644 --- a/src/lib/components/Navbar.svelte +++ b/src/lib/components/Navbar.svelte @@ -78,10 +78,10 @@ - + > --> {/if}