Skip to content

Commit

Permalink
fix: open new tab when click on buy ticket
Browse files Browse the repository at this point in the history
  • Loading branch information
habby1337 committed Mar 12, 2024
1 parent 032a5c9 commit 9812e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const Navbar = () => {
</div> */}
</div>
<div className="">
<a href="https://www.eventbrite.it/e/biglietti-serverlessdays-milano-2024-788514818047">
<a href="https://www.eventbrite.it/e/biglietti-serverlessdays-milano-2024-788514818047" target="_blank">
<Button
variant={"default"}
className="font-semibold text-white rounded-xl bg-gradient-to-br from-pink-400 to-purple-600 md:w-24"
Expand Down

0 comments on commit 9812e2c

Please sign in to comment.