Normalize links

This commit is contained in:
Kevin Kandlbinder 2022-02-04 13:43:24 +00:00 committed by GitHub
parent bd9054f02e
commit 78db8f07a2
9 changed files with 24 additions and 24 deletions

View file

@ -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")}