Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Mar 25, 2024
1 parent 8abd15f commit 816e575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Component/Header.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
const tabindex = Astro.url.pathname === "/" ? "-1" : "";
const Index = Astro.url.pathname === "/" ? "-1" : "";
---

<header class="Header">
Expand All @@ -8,7 +8,7 @@ const tabindex = Astro.url.pathname === "/" ? "-1" : "";
href="/"
title="Playform"
class="flex content-center items-center justify-center"
tabindex={tabindex}>
tabindex={Index}>
<picture>
<source
srcset="/Image/logo.png, /Image/[email protected] 2x"
Expand Down

0 comments on commit 816e575

Please sign in to comment.