Skip to content

Commit

Permalink
Merge pull request #22 from Shinsina/support-scheduling-for-multiple-…
Browse files Browse the repository at this point in the history
…users

Include link to scheduling page in DefaultLayout
  • Loading branch information
Shinsina authored Sep 14, 2023
2 parents d4ae456 + 3866e62 commit 714359b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pages/user/[id]/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ const { id } = Astro.params;

<DefaultLayout>
<div class="h-screen text-center text-3xl">
<div>
<a rel="prefetch" href=`/Stat-N-Track/user/${id}/scheduling`
>Scheduling</a
>
</div>
<div>
<a rel="prefetch" href=`/Stat-N-Track/user/${id}/subsessions`
>All Sessions</a
Expand Down

0 comments on commit 714359b

Please sign in to comment.