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
+1 -1
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>