diff --git a/frontend/src/routes/search/+page.svelte b/frontend/src/routes/search/+page.svelte index b196c60..fca5bbf 100644 --- a/frontend/src/routes/search/+page.svelte +++ b/frontend/src/routes/search/+page.svelte @@ -111,59 +111,60 @@ {#if myAdventures.length !== 0 && publicAdventures.length !== 0}

AdventureLog Results

{/if} - -
- (property = 'all')} - /> - (property = 'name')} - /> - (property = 'type')} - /> - (property = 'location')} - /> - (property = 'description')} - /> - (property = 'activity_types')} - /> +
+
+ (property = 'all')} + /> + (property = 'name')} + /> + (property = 'type')} + /> + (property = 'location')} + /> + (property = 'description')} + /> + (property = 'activity_types')} + /> +
+
- {#if myAdventures.length > 0}

My Adventures