Remove link from generated invite

This commit is contained in:
Jorik Schellekens 2020-09-23 12:46:57 +01:00
parent dd372dbb50
commit ea3146ece6

View File

@ -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>{props.link}</h1>
</a>
<Button
flashChildren={'Copied'}
icon={copyIcon}