diff --git a/src/lib/components/dashboard/WishlistCard.svelte b/src/lib/components/dashboard/WishlistCard.svelte index a8a6d0a..b74e0e5 100644 --- a/src/lib/components/dashboard/WishlistCard.svelte +++ b/src/lib/components/dashboard/WishlistCard.svelte @@ -23,7 +23,7 @@ -
+
{title} diff --git a/src/lib/components/dashboard/WishlistGrid.svelte b/src/lib/components/dashboard/WishlistGrid.svelte index b04f6a4..9645670 100644 --- a/src/lib/components/dashboard/WishlistGrid.svelte +++ b/src/lib/components/dashboard/WishlistGrid.svelte @@ -46,13 +46,15 @@ -
-
+
+
{title} {description}
{#if headerAction} - {@render headerAction()} +
+ {@render headerAction()} +
{/if}
{#if searchBar} diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 40b5be6..f13d5b2 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -46,14 +46,14 @@
-
-
+
+
{t.wishlist.createTitle} {t.wishlist.createDescription}
-
+
{#if data.session?.user}