mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-06-22 04:17:27 +02:00
Normalize links
This commit is contained in:
parent
bd9054f02e
commit
78db8f07a2
9 changed files with 24 additions and 24 deletions
|
@ -192,7 +192,7 @@ const IndexPage = (props) => {
|
|||
</div>
|
||||
<div className={styles.spacer}></div>
|
||||
<div className={styles.landingCta}>
|
||||
<Link to={"/projects"}>
|
||||
<Link to={"/projects/"}>
|
||||
<div>
|
||||
<span className={styles.ctaAccent}>
|
||||
{t("home.explore")}
|
||||
|
@ -201,7 +201,7 @@ const IndexPage = (props) => {
|
|||
</div>
|
||||
<ArrowRight />
|
||||
</Link>
|
||||
<Link to={"/social"}>
|
||||
<Link to={"/social/"}>
|
||||
<div>
|
||||
<span className={styles.ctaAccent}>
|
||||
{t("home.discover")}
|
||||
|
@ -210,7 +210,7 @@ const IndexPage = (props) => {
|
|||
</div>
|
||||
<ArrowRight />
|
||||
</Link>
|
||||
<Link to={"/about"}>
|
||||
<Link to={"/about/"}>
|
||||
<div>
|
||||
<span className={styles.ctaAccent}>
|
||||
{t("home.learn")}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue