Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
Jorik Schellekens 2020-09-13 15:00:04 +01:00 committed by GitHub
parent 41b803fbe1
commit 40aa7769f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,7 +103,7 @@ const LinkCreatedTile: React.FC<ILinkCreatedTileProps> = (props) => {
return (
<Tile className="createLinkTile">
<TextButton onClick={(): void => props.setLink('')}>
Create another lnk
Create another link
</TextButton>
<a href={props.link}>
<h1>{props.link}</h1>