Skip to content

Commit 0474e8c

Browse files
committed
favicon
1 parent 1ea3c47 commit 0474e8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/src/routes/__layout.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<link rel="preconnect" href="https://fonts.googleapis.com">
88
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
99
<link href="https://fonts.googleapis.com/css2?family=Cousine:wght@400;700&family=Nunito+Sans:wght@400;700;900&display=swap" rel="stylesheet">
10+
<link rel="icon" type="image/x-icon" href="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><text x='0' y='14'>📈📉</text></svg>" />
1011
</svelte:head>
1112
<main class="w-full max-w-3xl mx-auto">
1213
<Navbar/>

0 commit comments

Comments
 (0)