use Logo component in full layout instead of svg

master
Laurin Weger 10 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 MobileBottomBar from "./MobileBottomBar.svelte";
// @ts-ignore
import Logo from "../assets/nextgraph.svg?component";
import Logo from "./components/Logo.svelte";
// @ts-ignore
import { t } from "svelte-i18n";
import { onMount, tick } from "svelte";

Loading…
Cancel
Save