Skip to content

Commit

Permalink
Merge branch 'main' into chore/prettier-run
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoaaguiar committed Dec 2, 2024
2 parents 121c0be + b8070d2 commit 475d64a
Show file tree
Hide file tree
Showing 18 changed files with 27,640 additions and 25,671 deletions.
4 changes: 2 additions & 2 deletions src/lib/components/ui/header/header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<h1 class="text-3xl">PoE2 Skill Tree Preview</h1>
</div>
<!-- Middle Part -->
<nav class="flex flex-row items-center gap-4 flex-1">
<nav class="hidden md:flex flex-row items-center gap-4 flex-1">
<!-- Something here? -->
</nav>
<!-- GitHub -->
<nav class="flex flex-row items-center gap-4">
<div class="flex flex-col items-center">
<div class="hidden md:flex flex-col items-center">
<p>Check out the Github repository</p>
<p>to see how to contribute to this project</p>
</div>
Expand Down
Loading

0 comments on commit 475d64a

Please sign in to comment.