use Logo component in full layout instead of svg

pull/33/head
Laurin Weger 3 months ago
parent 4edb821e5e
commit 6f818448b3
No known key found for this signature in database
GPG Key ID: 9B372BB0B792770F
  1. 2
      ng-app/src/lib/FullLayout.svelte

@ -20,7 +20,7 @@
import MobileBottomBarItem from "./MobileBottomBarItem.svelte"; import MobileBottomBarItem from "./MobileBottomBarItem.svelte";
import MobileBottomBar from "./MobileBottomBar.svelte"; import MobileBottomBar from "./MobileBottomBar.svelte";
// @ts-ignore // @ts-ignore
import Logo from "../assets/nextgraph.svg?component"; import Logo from "./components/Logo.svelte";
// @ts-ignore // @ts-ignore
import { t } from "svelte-i18n"; import { t } from "svelte-i18n";
import { onMount, tick } from "svelte"; import { onMount, tick } from "svelte";

Loading…
Cancel
Save