Make event booking page open in new tab
This commit is contained in:
@ -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 ? (
|
||||
|
Reference in New Issue
Block a user