Supporting invitations through geo URLs
This commit is contained in:
parent
975297722a
commit
1e0c1a707d
|
@ -339,10 +339,10 @@ const User: Component<Props> = (props) => {
|
|||
Invitations :
|
||||
<A href={invitationLink()} target='_blank'>
|
||||
https
|
||||
</A>
|
||||
<A href={invitationLink('geo')} target='_blank'>
|
||||
</A>,
|
||||
<a href={invitationLink('geo')} target='_blank'>
|
||||
geo
|
||||
</A>
|
||||
</a>
|
||||
</h3>
|
||||
<form use:form>
|
||||
<TextField.Root>
|
||||
|
|
Loading…
Reference in New Issue