Make event booking page open in new tab

This commit is contained in:
2024-03-06 14:14:07 -05:00
parent 4c24f3a6f0
commit 54b05c4faa

View File

@ -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 ? (