Skip to content

Commit

Permalink
chore: fix links on stamping island
Browse files Browse the repository at this point in the history
  • Loading branch information
reinamora137 committed Sep 12, 2024
1 parent 71a574a commit b677482
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions islands/home/HomeGetStamping.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ export const HomeGetStamping = () => {

<div className={"flex gap-12 font-extrabold text-xl justify-center"}>
<a
href="#"
href="/stamping/stamp"
className={"border-2 border-[#999999] text-[#999999] w-[136px] h-[60px] flex justify-center items-center rounded-md"}
>
FAQ
</a>
<a
href="#"
href="/faq"
className={"bg-[#999999] text-black w-[136px] h-[60px] flex justify-center items-center rounded-md"}
>
STAMP
Expand Down

0 comments on commit b677482

Please sign in to comment.