mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-06-19 02:52:01 +02:00
Rework translations
This commit is contained in:
parent
e4ed73c809
commit
de5056c440
15 changed files with 171 additions and 148 deletions
|
@ -24,14 +24,14 @@ const OffScreenNav = ({ active, close }) => {
|
|||
<Trans>menu</Trans>
|
||||
</span>
|
||||
<Link to="/" activeClassName={styles.active}>
|
||||
<Trans>home</Trans>
|
||||
<Trans>home.title</Trans>
|
||||
</Link>
|
||||
<Link
|
||||
id="osnavBtnProjects"
|
||||
to="/about"
|
||||
activeClassName={styles.active}
|
||||
>
|
||||
<Trans>about</Trans>
|
||||
<Trans>about.title</Trans>
|
||||
</Link>
|
||||
<Link
|
||||
id="osnavBtnProjects"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue