Skip to content

Commit

Permalink
Include link to scheduling page in DefaultLayout
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinsina committed Sep 14, 2023
1 parent d4ae456 commit 3866e62
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 3866e62

Please sign in to comment.