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