Skip to content

Commit

Permalink
add link
Browse files Browse the repository at this point in the history
  • Loading branch information
shafanaura committed Sep 30, 2024
1 parent 32a6e71 commit d39678f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const Header = ({ content }: { content?: Content }) => {
</li>
))}
<li>
<Link href="#" target="_blank">
<Link href={content?.registration_link || "#"} target="_blank">
<Button className="group">
Beli tiket{" "}
<ArrowLongRight className="size-6 group-hover:translate-x-1 transition transform duration-150" />
Expand Down

0 comments on commit d39678f

Please sign in to comment.