File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,12 @@ export default function MobileNav() {
4040 >
4141 Team
4242 </ a >
43+ < a
44+ href = { getInternalLink ( '/team_github' ) }
45+ className = "flex w-full items-center rounded-md p-2 text-sm font-medium hover:underline"
46+ >
47+ Team-Github
48+ </ a >
4349 < a
4450 href = { getInternalLink ( '/software' ) }
4551 className = "flex w-full items-center rounded-md p-2 text-sm font-medium hover:underline"
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ const { title } = Astro.props;
7777 <a class =" transition-colors hover:text-foreground/80 text-foreground" href ={ getInternalLink (' /team' )} >
7878 Team
7979 </a >
80- <a class =" transition-colors hover:text-foreground/80 text-foreground" href ={ getInternalLink (' /team ' )} >
80+ <a class =" transition-colors hover:text-foreground/80 text-foreground" href ={ getInternalLink (' /team_github ' )} >
8181 Team-Github
8282 </a >
8383 <a class =" transition-colors hover:text-foreground/80 text-foreground" href ={ getInternalLink (' /software' )} >
File renamed without changes.
You can’t perform that action at this time.
0 commit comments