diff --git a/src/lib/Tooltip.svelte b/src/lib/Tooltip.svelte
index e8f0cef..7f5cc00 100644
--- a/src/lib/Tooltip.svelte
+++ b/src/lib/Tooltip.svelte
@@ -1,5 +1,5 @@
-
-
-
-
-
-
-
-
diff --git a/src/routes/train/+page.svelte b/src/routes/train/+page.svelte
index a83991a..9ca907f 100644
--- a/src/routes/train/+page.svelte
+++ b/src/routes/train/+page.svelte
@@ -1,6 +1,5 @@
-
+
+
+ dateInput = new Date(e.target.value)}
+ />
+
+
+
{#if error}
{errMsg}
{/if}
-{#if isLoading}
-
-{/if}
-
{#each data as service}
{#if service}
-
+
{/if}
{/each}
@@ -106,4 +133,18 @@
font-size: 18px;
font-weight: 600;
}
+
+ #dateInput {
+ height: 25px;
+ transform: translateY(-7px);
+ }
+ #dateSelector {
+ transform: translateY(3px);
+ transform: translateX(20px);
+ }
+ button {
+ background: none;
+ border: none;
+ color: white;
+ }