Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make event booking page open in new tab
  • Loading branch information
regalijan committed Mar 6, 2024
1 parent 4c24f3a commit 54b05c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/events-team.tsx
Expand Up @@ -451,7 +451,7 @@ export default function () {
})}
</VStack>
<VStack alignItems="start" gap="8px" my="16px">
<Link color="#646cff" href="/book-event" mt="16px">
<Link color="#646cff" href="/book-event" mt="16px" target="_blank">
Book an Event
</Link>
{can_approve ? (
Expand Down

0 comments on commit 54b05c4

Please sign in to comment.