Supporting invitations through geo URLs

This commit is contained in:
Eric van der Vlist 2023-03-05 10:15:32 +01:00
parent 975297722a
commit 1e0c1a707d
1 changed files with 3 additions and 3 deletions

View File

@ -339,10 +339,10 @@ const User: Component<Props> = (props) => {
Invitations : Invitations :
<A href={invitationLink()} target='_blank'> <A href={invitationLink()} target='_blank'>
https https
</A> </A>,
<A href={invitationLink('geo')} target='_blank'> <a href={invitationLink('geo')} target='_blank'>
geo geo
</A> </a>
</h3> </h3>
<form use:form> <form use:form>
<TextField.Root> <TextField.Root>