Skip to content

Commit b6cb038

Browse files
committed
added team_github to nav
1 parent 866d20f commit b6cb038

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

src/components/MobileNav.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

src/layouts/Layout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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')}>

0 commit comments

Comments
 (0)