Skip to content

Commit ef81024

Browse files
committed
feat: updated favicon and changed head content
1 parent f66bf4c commit ef81024

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/lib/layout/Page.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
</script>
44

55
<svelte:head>
6-
<title>user@site:~/{title.toLowerCase().split(' ').join('-')}</title>
6+
<title>~/{title.toLowerCase().split(' ').join('-')}</title>
77
</svelte:head>
88
<section
99
class="flex flex-grow flex-col max-w-[95%] md:max-w-[90%] m-auto py-5 text-lg text-white justify-center text-center gap-5 {$$props.class ??

static/favicon.png

-842 Bytes
Loading

0 commit comments

Comments
 (0)