diff options
Diffstat (limited to 'src/components/Footer.tsx')
| -rw-r--r-- | src/components/Footer.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index e99ef37..1569f5b 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -19,7 +19,7 @@ const Footer: React.FC<FooterProps> = () => { <ul> <li><Link to="/">Game</Link></li> <li><Link to="/chart">Reference Chart</Link></li> - <li><Link to="https://www.mastercw.com">Learn Morse Code</Link></li> + <li><a href="https://www.mastercw.com">Learn Morse Code</a></li> </ul> </div> <div className="footer-section"> |
