Remove link from generated invite
This commit is contained in:
parent
dd372dbb50
commit
ea3146ece6
@ -128,9 +128,7 @@ const LinkCreatedTile: React.FC<ILinkCreatedTileProps> = (props) => {
|
|||||||
<div>New link</div>
|
<div>New link</div>
|
||||||
<img src={refreshIcon} alt="Go back to matrix.to home page" />
|
<img src={refreshIcon} alt="Go back to matrix.to home page" />
|
||||||
</button>
|
</button>
|
||||||
<a href={props.link}>
|
<h1>{props.link}</h1>
|
||||||
<h1>{props.link}</h1>
|
|
||||||
</a>
|
|
||||||
<Button
|
<Button
|
||||||
flashChildren={'Copied'}
|
flashChildren={'Copied'}
|
||||||
icon={copyIcon}
|
icon={copyIcon}
|
||||||
|
Loading…
Reference in New Issue
Block a user