Skip to content

Commit

Permalink
Update link href in Home component to "/about".
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebstep committed Mar 6, 2024
1 parent 013a9a3 commit c99ddc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default function Home() {
Feel free to get in touch with us for more information.
</p>
<Link
href="#about"
href="/about"
className="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded-full"
>
Contact Us
Expand Down

0 comments on commit c99ddc8

Please sign in to comment.