mirror of
https://github.com/apricote/ein-pfeil-am-rechten-fleck.de.git
synced 2026-01-13 13:01:02 +00:00
refactor: cleanup logos
This commit is contained in:
parent
be600c3762
commit
7f43189f83
5 changed files with 4 additions and 7 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
Source Code for the website about my radio play "Ein Pfeil am rechten Fleck". Built using Tailwind & SvelteKit.
|
Source Code for the website about my radio play "Ein Pfeil am rechten Fleck". Built using Tailwind & SvelteKit.
|
||||||
Website is at [ein-pfeil-am-rechten-fleck.de](https://ein-pfeil-am-rechten-fleck.de) (German!).
|
Website is at [ein-pfeil-am-rechten-fleck.de](https://ein-pfeil-am-rechten-fleck.de) (German!).
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Developing
|
## Developing
|
||||||
|
|
||||||
|
|
|
||||||
0
src/lib/image.svelte
Normal file
0
src/lib/image.svelte
Normal file
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:2c833dc84b4ab06d9de2feeb3ff0d1598c536801341eacdf24706b659ed8f1de
|
oid sha256:252ffdedbfb3b952c9c3b7f2b26a6bf4c9c35b3e47769b49b0c39cc44874ab81
|
||||||
size 984734
|
size 3582877
|
||||||
|
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:252ffdedbfb3b952c9c3b7f2b26a6bf4c9c35b3e47769b49b0c39cc44874ab81
|
|
||||||
size 3582877
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<script>
|
<script>
|
||||||
import "../app.css";
|
import "../app.css";
|
||||||
|
|
||||||
import LogoImg from "$lib/images/logo2.png?width=512&format=webp;png&srcset";
|
import LogoImg from "$lib/images/logo.png?w=512&format=webp;png&srcset";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<header class="flex justify-center">
|
<header class="flex justify-center">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue