Skip to content

Commit

Permalink
added a temporary logo
Browse files Browse the repository at this point in the history
  • Loading branch information
s1lvax committed Oct 12, 2024
1 parent 98b67cc commit 7a149fa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 17 deletions.
2 changes: 1 addition & 1 deletion src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<link rel="icon" href="%sveltekit.assets%/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
Expand Down
17 changes: 1 addition & 16 deletions src/lib/components/Navbar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,9 @@
class="hidden flex-col gap-6 text-lg font-medium md:flex md:flex-row md:items-center md:gap-5 md:text-sm lg:gap-6"
>
<a href="/" class="flex items-center gap-2 text-lg font-semibold md:text-base"
><span>Route</span></a
><img src="/logo.png" alt="logo" class="h-8 w-auto md:h-12 lg:h-16" /></a
>
</nav>
<a href="/"
><svg
width="71"
height="71"
viewBox="0 0 71 71"
fill="none"
xmlns="http://www.w3.org/2000/svg"
class="h-auto w-5 sm:hidden"
><path d="M25.5284 70.664H70.5509L48.0386 31.6714L25.5284 70.664Z" fill="#121212"
></path><path
d="M19.1436 38.4004C29.7162 38.4004 38.2871 29.8295 38.2871 19.2568C38.2871 8.68414 29.7162 0.113281 19.1436 0.113281C8.57086 0.113281 0 8.68414 0 19.2568C0 29.8295 8.57086 38.4004 19.1436 38.4004Z"
fill="#121212"
></path></svg
></a
>
<div class="flex w-auto items-center gap-4 md:ml-auto md:gap-2 lg:gap-4">
<Button on:click={toggleMode} variant="outline" size="icon">
<Sun
Expand Down
Binary file added static/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7a149fa

Please sign in to comment.