diff --git a/frontend/src/routes/adventures/[id]/+page.svelte b/frontend/src/routes/adventures/[id]/+page.svelte index 4d5d335..34144bb 100644 --- a/frontend/src/routes/adventures/[id]/+page.svelte +++ b/frontend/src/routes/adventures/[id]/+page.svelte @@ -1,12 +1,12 @@ {#if notFound} -
-
-
- Lost -
-

- {$t('adventures.not_found')} -

-

- {$t('adventures.not_found_desc')} -

-
- +
+
+
+ Lost +

{$t('adventures.not_found')}

+

{$t('adventures.not_found_desc')}

+
@@ -159,537 +142,563 @@ {/if} {#if !adventure && !notFound} -
- +
+
+ +
{/if} {#if adventure} {#if data.user && data.user.uuid == adventure.user_id} -
- +
{/if} -
-
-
-
- {#if adventure.images && adventure.images.length > 0} -
+
{/if} - {data.props.adventure && data.props.adventure.name + <title> + {data.props.adventure && data.props.adventure.name ? `${data.props.adventure.name}` - : 'Adventure'} + : 'Adventure'} +