Supporting invitations through geo URLs
This commit is contained in:
parent
975297722a
commit
1e0c1a707d
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue