Skip to content

Commit

Permalink
remove superfluous <a></a>
Browse files Browse the repository at this point in the history
  • Loading branch information
ewansheldon committed Oct 25, 2024
1 parent 7a36e92 commit c6ecacb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/Other.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const Other = () => {
<>
{window.location.pathname}
<p>other place!</p>
<a><Link to="/">go home</Link></a><br />
<Link to="/">go home</Link><br />
</>
)
}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/WalkingSkeleton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const WalkingSkeleton = () => {
<>
{window.location.pathname}
<p>ewan's walking sheldon!</p>
<a><Link to="/other">go to other</Link></a>
<Link to="/other">go to other</Link>
</>
)
}
Expand Down

0 comments on commit c6ecacb

Please sign in to comment.