Make event booking page open in new tab
This commit is contained in:
@ -451,7 +451,7 @@ export default function () {
|
|||||||
})}
|
})}
|
||||||
</VStack>
|
</VStack>
|
||||||
<VStack alignItems="start" gap="8px" my="16px">
|
<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
|
Book an Event
|
||||||
</Link>
|
</Link>
|
||||||
{can_approve ? (
|
{can_approve ? (
|
||||||
|
Reference in New Issue
Block a user