Typo
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
parent
41b803fbe1
commit
40aa7769f8
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ const LinkCreatedTile: React.FC<ILinkCreatedTileProps> = (props) => {
|
||||||
return (
|
return (
|
||||||
<Tile className="createLinkTile">
|
<Tile className="createLinkTile">
|
||||||
<TextButton onClick={(): void => props.setLink('')}>
|
<TextButton onClick={(): void => props.setLink('')}>
|
||||||
Create another lnk
|
Create another link
|
||||||
</TextButton>
|
</TextButton>
|
||||||
<a href={props.link}>
|
<a href={props.link}>
|
||||||
<h1>{props.link}</h1>
|
<h1>{props.link}</h1>
|
||||||
|
|
Loading…
Reference in a new issue