mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-06-05 04:02:53 +02:00
Normalize links
This commit is contained in:
parent
bd9054f02e
commit
78db8f07a2
9 changed files with 24 additions and 24 deletions
|
@ -33,15 +33,15 @@ const Layout = ({description, meta, title, image, speakable, seoAdditional, tran
|
|||
</div>
|
||||
<footer role="contentinfo">
|
||||
CC-BY 4.0 Kevin Kandlbinder,{" "}
|
||||
<Link to="/legal/about" className="spf-link">
|
||||
<Link to="/legal/about/" className="spf-link">
|
||||
<Trans i18nKey="layout.imprint">Imprint</Trans>
|
||||
</Link>{" "}
|
||||
|{" "}
|
||||
<Link to="/legal/datasec" className="spf-link">
|
||||
<Link to="/legal/datasec/" className="spf-link">
|
||||
<Trans i18nKey="layout.datasec">Data Protection</Trans>
|
||||
</Link>{" "}
|
||||
|{" "}
|
||||
<Link to="/legal/disclaimer" className="spf-link">
|
||||
<Link to="/legal/disclaimer/" className="spf-link">
|
||||
<Trans i18nKey="layout.disclaimer">Disclaimer</Trans>
|
||||
</Link>{" "}
|
||||
| <a href="#languageChooser">Language</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue