Skip to content

Commit

Permalink
Add Availability tag anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
micmalti committed Sep 29, 2024
1 parent aee6ee2 commit 11b0da3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/index/components/AvailabilityTag.astro
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
---

<div class="flex justify-center items-center pt-6 md:hidden">
<a href="#contact" class="flex justify-center items-center pt-6 md:hidden">
<span class="relative flex h-3 w-3 items-center justify-center mr-5">
<span class="absolute h-full w-full animate-ping rounded-full bg-orange-400 opacity-75"></span>
<span class="relative h-2 w-2 rounded-full bg-orange-500"></span>
</span>
<span class="font-sans font-bold text-sm select-none">Available for new projects</span>
</div>
</a>

0 comments on commit 11b0da3

Please sign in to comment.