Skip to content

Commit 6039bf1

Browse files
authored
Merge pull request #59 from vyogami/main
fix: register banner route error and rename bfportal project name
2 parents d5ec450 + 08ab2a8 commit 6039bf1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pages/projects.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ You can browse through the projects, explore their descriptions, and choose the
8181
<Card image arrow title="Interpreted" href="/projects/interpreted">
8282
<>![interpreted](/images/projects/white/interpreted_white.png)</>
8383
</Card>
84-
<Card image arrow title="BF Portal" href="/projects/battlefield-portal-library">
84+
<Card image arrow title="Battlefield Portal Library" href="/projects/battlefield-portal-library">
8585
<>![bfportal](/images/projects/white/bfportal_white.png)</>
8686
</Card>
8787

theme.config.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export default {
9292
banner: {
9393
key: 'register-for-asoc-2023',
9494
text: (
95-
<a href="mentees">
95+
<a href="/mentees">
9696
🎉 Register as mentee →
9797
</a>
9898
)

0 commit comments

Comments
 (0)