Skip to content

Commit

Permalink
style: change title and favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
Sygnator committed Mar 28, 2024
1 parent 6e2fde5 commit 432e6e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap"
rel="stylesheet"
/>
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<link rel="icon" href="%sveltekit.assets%/pwlogo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Profilator</title>
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover" class="bg-white dark:bg-gray-900">
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/NavBar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<span
style="font-family: 'Lato'"
class="self-center whitespace-nowrap text-xl font-semibold dark:text-white"
>Profile customization</span
>Profilator</span
>
</NavBrand>
<NavHamburger />
Expand Down
Binary file removed static/favicon.png
Binary file not shown.

0 comments on commit 432e6e3

Please sign in to comment.