Skip to content

Commit

Permalink
Merge pull request #5 from Nitrrine/icons-first
Browse files Browse the repository at this point in the history
Improve accessibility by putting icons first
  • Loading branch information
worldwidepixel authored Sep 29, 2024
2 parents af02778 + 414e942 commit fd4ab7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layouts/Default.astro
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ if (title === "" || title === undefined) {
<div class="flex flex-col gap-2 border-l bg-brand-green-dark p-6">
<span class="font-bold">Interact</span>
<VitalLink external={true} to="https://discord.gg/wncdz7e8jy"
>Discord <MessageSquare /></VitalLink
><MessageSquare />Discord</VitalLink
>
<VitalLink external={true} to="https://github.com/usevital">Github<Github /></VitalLink>
<VitalLink external={true} to="https://github.com/usevital"><Github />Github</VitalLink>
</div>
<div class="flex flex-col gap-2 border-l bg-brand-rose-dark p-6">
<span class="font-bold">Extra</span>
Expand Down

0 comments on commit fd4ab7b

Please sign in to comment.