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 ee9e3ba commit fcc0307
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/__snapshots__/Footer.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,11 @@ exports[`Footer component 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 src/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,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 @@ -679,11 +679,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 @@ -1811,11 +1811,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.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -680,11 +680,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.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1267,11 +1267,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.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -12150,11 +12150,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 @@ -728,11 +728,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__/word.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -830,11 +830,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 fcc0307

Please sign in to comment.