Skip to content

Commit

Permalink
Add navigation for new pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinsina committed Apr 5, 2024
1 parent 6747140 commit cdd1821
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/pages/user/[id]/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ const description = `User page for user ID: ${id}`;
href=`/Stat-N-Track/user/${id}/scheduling`>Scheduling</a
>
</div>
<div>
<a
class="underline"
rel="prefetch"
href=`/Stat-N-Track/user/${id}/scheduling/by-week`>Scheduling By Week</a
>
</div>
<div>
<a
class="underline"
Expand All @@ -40,6 +47,14 @@ const description = `User page for user ID: ${id}`;
>Sessions By Car Class</a
>
</div>
<div>
<a
class="underline"
rel="prefetch"
href=`/Stat-N-Track/user/${id}/subsessions/by-track`
>Sessions By Track</a
>
</div>
<div>
<a
class="underline"
Expand Down

0 comments on commit cdd1821

Please sign in to comment.