Skip to content

Commit

Permalink
use SVG logo
Browse files Browse the repository at this point in the history
dabreegster committed Feb 17, 2024
1 parent 2dfcf45 commit 4fa9e8c
Showing 3 changed files with 15 additions and 1 deletion.
Binary file removed web/assets/logo.png
Binary file not shown.
14 changes: 14 additions & 0 deletions web/assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion web/src/App.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts">
import logo from "../assets/logo.png?url";
import logo from "../assets/logo.svg?url";
import "@picocss/pico/css/pico.jade.min.css";
import initLtn from "backend";
import type { Map } from "maplibre-gl";

0 comments on commit 4fa9e8c

Please sign in to comment.