Tweak change client text
This commit is contained in:
parent
1ba8c656e7
commit
dcc43ff436
@ -69,7 +69,7 @@ const InviteTile: React.FC<IProps> = ({ children, client, link }: IProps) => {
|
|||||||
<TextButton
|
<TextButton
|
||||||
onClick={(): void => setShowAdvanced(!showAdvanced)}
|
onClick={(): void => setShowAdvanced(!showAdvanced)}
|
||||||
>
|
>
|
||||||
Change Client.
|
Change client
|
||||||
</TextButton>
|
</TextButton>
|
||||||
</p>
|
</p>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user