Skip to content

Commit

Permalink
ci: fix build
Browse files Browse the repository at this point in the history
Signed-off-by: Eveeifyeve <[email protected]>
  • Loading branch information
Eveeifyeve authored Nov 29, 2024
1 parent 4e2cd83 commit 7faacc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ wiki: "/wiki",
<li><a href=`${links.store}`>STORE</a></li>
<li><a href=`${links.wiki}`>WIKI</a></li>
<li><a href=`${links.news}`>NEWS</a></li>
<li><aclass="font-bold bg-[#00000084] bg-[#6e2bec] rounded-lg 2xl:hover:bg-[#9359ff] ignore-a"href=`${links.download}`>DOWNLOAD</a></li>
<li><a class="font-bold bg-[#00000084] bg-[#6e2bec] rounded-lg 2xl:hover:bg-[#9359ff] ignore-a" href=`${links.download}`>DOWNLOAD</a></li>
</ul>
</section>

Expand Down

0 comments on commit 7faacc9

Please sign in to comment.