Skip to content

Commit

Permalink
Fixed Contact button
Browse files Browse the repository at this point in the history
  • Loading branch information
SamElfring committed Sep 26, 2023
1 parent 5eea334 commit 19cb153
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/components/Hero.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,12 @@
>
Download CV
</button>
<button class="border border-white px-4 py-1 rounded-full hover:bg-white hover:text-black">
<a
href="#contact"
class="border border-white px-4 py-1 rounded-full cursor-pointer hover:bg-white hover:text-black"
>
Contact
</button>
</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 19cb153

Please sign in to comment.