diff --git a/src/app/ui/Layout.svelte b/src/app/ui/Layout.svelte index f5339a0..9d0d8f5 100644 --- a/src/app/ui/Layout.svelte +++ b/src/app/ui/Layout.svelte @@ -15,7 +15,7 @@ * - Footer area (currently empty, reserved for future use) */ import { themeManager } from '$features/ChangeAppTheme'; -import GD from '$shared/assets/GD.svg'; +import G from '$shared/assets/G.svg'; import { ResponsiveProvider } from '$shared/lib'; import clsx from 'clsx'; import { @@ -40,7 +40,7 @@ onDestroy(() => themeManager.destroy()); - + + + diff --git a/src/shared/assets/GD.svg b/src/shared/assets/GD.svg deleted file mode 100644 index 510280c..0000000 --- a/src/shared/assets/GD.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/src/shared/assets/favicon.svg b/src/shared/assets/favicon.svg deleted file mode 100644 index cc5dc66..0000000 --- a/src/shared/assets/favicon.svg +++ /dev/null @@ -1 +0,0 @@ -svelte-logo \ No newline at end of file