mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-06-20 11:27:29 +02:00
Normalize links
This commit is contained in:
parent
bd9054f02e
commit
78db8f07a2
9 changed files with 24 additions and 24 deletions
|
@ -167,7 +167,7 @@ const AboutPage = (props) => {
|
|||
<Link
|
||||
className={projectStyles.projectCard}
|
||||
key={project.lang + "/" + project.urlname}
|
||||
to={"/projects/" + project.urlname}
|
||||
to={"/projects/" + project.urlname + "/"}
|
||||
>
|
||||
<div
|
||||
className={
|
||||
|
@ -211,7 +211,7 @@ const AboutPage = (props) => {
|
|||
);
|
||||
})}
|
||||
</div>
|
||||
<Link to="/projects" className={styles.seeMoreButton}>
|
||||
<Link to="/projects/" className={styles.seeMoreButton}>
|
||||
<Trans>about.moreProjects</Trans> <ArrowRight />
|
||||
</Link>
|
||||
</article>
|
||||
|
@ -295,7 +295,7 @@ const AboutPage = (props) => {
|
|||
</div>
|
||||
</section>
|
||||
{modules.donation && (
|
||||
<Link className={styles.donationSection} to="/donate">
|
||||
<Link className={styles.donationSection} to="/donate/">
|
||||
<div>
|
||||
<span>
|
||||
<Trans>about.donationCatchphrase</Trans>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue