Skip to content

Commit

Permalink
Footer: add Old Danish Dictionary link
Browse files Browse the repository at this point in the history
  • Loading branch information
stscoundrel committed Feb 24, 2024
1 parent 16852ae commit 2abd670
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions src/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ export default function Footer({ letters }: FooterProps) {
</li>
<li>
<ExternalLink
title="Old Norse Alphabet"
href="https://github.com/stscoundrel/old-norse-alphabet"
title="Otto Kalkar's Old Danish Dictionary"
href="https://old-danish-dictionary.vercel.app/"
/>
</li>
</ul>
Expand Down
8 changes: 4 additions & 4 deletions src/components/Layout/__snapshots__/Layout.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -644,11 +644,11 @@ exports[`Layout component Letter layout Matches snapshot 1`] = `
</li>
<li>
<a
href="https://github.com/stscoundrel/old-norse-alphabet"
href="https://old-danish-dictionary.vercel.app/"
rel="noopener noreferrer"
target="_blank"
>
Old Norse Alphabet
Otto Kalkar's Old Danish Dictionary
</a>
</li>
</ul>
Expand Down Expand Up @@ -1741,11 +1741,11 @@ exports[`Layout component Word layout Matches snapshot 1`] = `
</li>
<li>
<a
href="https://github.com/stscoundrel/old-norse-alphabet"
href="https://old-danish-dictionary.vercel.app/"
rel="noopener noreferrer"
target="_blank"
>
Old Norse Alphabet
Otto Kalkar's Old Danish Dictionary
</a>
</li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions tests/unit/pages/__snapshots__/404.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -645,11 +645,11 @@ exports[`404 page page Matches snapshot 1`] = `
</li>
<li>
<a
href="https://github.com/stscoundrel/old-norse-alphabet"
href="https://old-danish-dictionary.vercel.app/"
rel="noopener noreferrer"
target="_blank"
>
Old Norse Alphabet
Otto Kalkar's Old Danish Dictionary
</a>
</li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions tests/unit/pages/__snapshots__/index.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -635267,11 +635267,11 @@ exports[`Index page Matches snapshot 1`] = `
</li>
<li>
<a
href="https://github.com/stscoundrel/old-norse-alphabet"
href="https://old-danish-dictionary.vercel.app/"
rel="noopener noreferrer"
target="_blank"
>
Old Norse Alphabet
Otto Kalkar's Old Danish Dictionary
</a>
</li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions tests/unit/pages/__snapshots__/letter.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -16196,11 +16196,11 @@ exports[`Letter page: render Matches snapshot 1`] = `
</li>
<li>
<a
href="https://github.com/stscoundrel/old-norse-alphabet"
href="https://old-danish-dictionary.vercel.app/"
rel="noopener noreferrer"
target="_blank"
>
Old Norse Alphabet
Otto Kalkar's Old Danish Dictionary
</a>
</li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions tests/unit/pages/__snapshots__/search.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -693,11 +693,11 @@ exports[`Search page: render Matches snapshot 1`] = `
</li>
<li>
<a
href="https://github.com/stscoundrel/old-norse-alphabet"
href="https://old-danish-dictionary.vercel.app/"
rel="noopener noreferrer"
target="_blank"
>
Old Norse Alphabet
Otto Kalkar's Old Danish Dictionary
</a>
</li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions tests/unit/pages/__snapshots__/sources.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5094,11 +5094,11 @@ exports[`Sources page Matches snapshot 1`] = `
</li>
<li>
<a
href="https://github.com/stscoundrel/old-norse-alphabet"
href="https://old-danish-dictionary.vercel.app/"
rel="noopener noreferrer"
target="_blank"
>
Old Norse Alphabet
Otto Kalkar's Old Danish Dictionary
</a>
</li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions tests/unit/pages/__snapshots__/word.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -868,11 +868,11 @@ exports[`Word page: render & usage Matches snapshot 1`] = `
</li>
<li>
<a
href="https://github.com/stscoundrel/old-norse-alphabet"
href="https://old-danish-dictionary.vercel.app/"
rel="noopener noreferrer"
target="_blank"
>
Old Norse Alphabet
Otto Kalkar's Old Danish Dictionary
</a>
</li>
</ul>
Expand Down

0 comments on commit 2abd670

Please sign in to comment.