Skip to content

Commit

Permalink
try to fix path to logo
Browse files Browse the repository at this point in the history
  • Loading branch information
harvanchik committed Jul 6, 2024
1 parent a5dd63a commit 56602e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
</script>

<header class="fixed inset-x-0 top-0 z-10 border-b border-[#694E41]/25 shadow-sm">
<nav class="mx-auto flex h-32 items-center justify-between bg-[#faeee5] px-48">
<nav class="mx-auto flex h-28 items-center justify-between bg-[#faeee5] px-48">
<a href="./" class="select-none">
<img src="/src/lib/logo.webp" alt="logo" class="h-36" />
<img src="src/lib/img/logo.webp" alt="logo" class="h-36" />
</a>
<!-- about and blog buttons on right side -->
<div class="font-cormorant mr-4 text-3xl">
<div class="mr-4 font-cormorant text-3xl">
<a href="/about" class="mr-4 text-[#694E41]">about</a>
<a href="/blog" class="mr-4 text-[#694E41]">blog</a>
<a href="/subscribe" class="text-[#694E41]">subscribe</a>
Expand Down

0 comments on commit 56602e7

Please sign in to comment.