diff options
| author | Yuval Adam <_@yuv.al> | 2025-03-07 13:53:57 +0100 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-03-07 13:53:57 +0100 |
| commit | d00220fdb858df5adc6f9f97df368ecf4b40fb3f (patch) | |
| tree | d099463f24ed4717b8911abcac32bd6672a1b425 /src/components/Footer.tsx | |
| parent | c8ca163527eab6fcb5597627b2f917b7248a5f41 (diff) | |
Extract morsegame component
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"> |
