Skip to content

Commit

Permalink
added headings to common splits page
Browse files Browse the repository at this point in the history
  • Loading branch information
WhyAsh5114 committed Jan 1, 2024
1 parent 93aecb8 commit c0d41ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/routes/exerciseSplits/templates/common/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
import SplitDaysSchedule from "../../SplitDaysSchedule.svelte";
</script>

<h2>Use common splits</h2>
<h3>Start from commonly used splits</h3>

<div class="flex flex-col gap-2 h-px grow overflow-y-auto">
{#each commonSplits as commonSplit, commonSplitIdx}
<a
Expand Down

0 comments on commit c0d41ca

Please sign in to comment.