diff --git a/src/lib/components/BottomBar.svelte b/src/lib/components/BottomBar.svelte index ffd7fd8..039f92a 100644 --- a/src/lib/components/BottomBar.svelte +++ b/src/lib/components/BottomBar.svelte @@ -1,13 +1,7 @@
@@ -17,10 +11,6 @@

{title}

{desc}

- - {#if typeof onButtonClick === 'function'} - - - -
- -
- - - -
+ +
+
+ +
+
- + goto('/trips')} /> - {#if showNewTripPopup} - -
- -
- {/if} - - - - - \ No newline at end of file + bottom: 2rem; + right: 2rem; + z-index: 10; +} + \ No newline at end of file diff --git a/src/routes/itinerary/+page.svelte b/src/routes/itinerary/+page.svelte index e4f25eb..2b5d1cc 100644 --- a/src/routes/itinerary/+page.svelte +++ b/src/routes/itinerary/+page.svelte @@ -1,14 +1,13 @@ + +
+
+ + \ No newline at end of file