Typo
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
parent
41b803fbe1
commit
40aa7769f8
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user