Skip to content

Commit

Permalink
Landing page links now open in new windows
Browse files Browse the repository at this point in the history
  • Loading branch information
me3zaAKAgoat committed Mar 29, 2024
1 parent 8133e1c commit 6b2f87a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/pages/LandingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ function LandingPage() {
<a
className="text-stone-500"
href="https://www.github.com/me3zaAKAgoat"
target="_blank"
>
Contact
</a>
Expand All @@ -48,6 +49,7 @@ function LandingPage() {
<a
className="text-stone-500"
href="https://www.me3za.tech/posts/dtb/"
target="_blank"
>
About
</a>
Expand Down

0 comments on commit 6b2f87a

Please sign in to comment.