Skip to content

Commit

Permalink
fix: button contacts links
Browse files Browse the repository at this point in the history
  • Loading branch information
rxyhn committed Sep 9, 2024
1 parent 9450e7e commit fdc707d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const { name, label, summary } = basics;
<div class="mt-4 grid grid-cols-1 gap-2 md:grid-cols-3">
<Button text="My Projects." link="/projects" />
<Button text="About Me." link="/about" />
<Button text="Contact Me." link="/contact" />
<Button text="Contact Me." link="/contacts" />
</div>
</div>
<div
Expand Down

0 comments on commit fdc707d

Please sign in to comment.