Skip to content

Commit

Permalink
Remove homen
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrossh committed May 11, 2024
1 parent 5c743ea commit ad6bee4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/lib/components/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,12 @@
<header>
<nav class="flex flex-1 flex-row justify-center bg-black font-mono text-lg">
<div class="flex flex-row flex-1 items-center p-3 max-w-5xl">
<a class="flex text-[#f1fa8c] pr-4 hover:no-underline ml-0 pl-0" href="/">
<a class="flex text-[#f1fa8c] mr-4" href="/">
<span class="mr-1 font-logo font-bold">木</span> pyrossh
</a>
<div
class="flex flex-row flex-1 items-center text-white sm:[&>a]:mx-1 [&>a]:px-2 [&>a:hover]:underline [&>a:hover]:decoration-[#c3c5b4] decoration-2 underline-offset-8 decoration-[#f1fa8c] data-current:child:bg-gray-600"
>
<div class="hidden sm:block">|</div>
<a class="hidden sm:block" href="/" class:underline={isActive('/')} rel="prefetch">
home
</a>
<div>|</div>
<a href="/cv" class:underline={isActive('/cv')} rel="prefetch"> cv </a>
<div>|</div>
Expand Down

0 comments on commit ad6bee4

Please sign in to comment.