From d3ac4390009dab66144d37400279b4092049d827 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Sun, 3 Nov 2024 03:04:35 -0800 Subject: [PATCH] refac: styling --- src/lib/components/OnBoarding.svelte | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/src/lib/components/OnBoarding.svelte b/src/lib/components/OnBoarding.svelte index cb85ab9b2..2add98a6c 100644 --- a/src/lib/components/OnBoarding.svelte +++ b/src/lib/components/OnBoarding.svelte @@ -2,6 +2,8 @@ import { getContext } from 'svelte'; const i18n = getContext('i18n'); + import { WEBUI_BASE_URL } from '$lib/constants'; + import Marquee from './common/Marquee.svelte'; import SlideShow from './common/SlideShow.svelte'; import ArrowRightCircle from './icons/ArrowRightCircle.svelte'; @@ -12,16 +14,29 @@ {#if show}
+
+
+
+ logo +
+
+
+
-
+
-
+
{$i18n.t(`wherever you are`)} - -
-
+
+ +
{/if}