Skip to content

Commit

Permalink
feat: community-made splits link in templates
Browse files Browse the repository at this point in the history
  • Loading branch information
WhyAsh5114 committed Jan 23, 2025
1 parent 787c3a3 commit 9711f04
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/routes/exercise-splits/templates/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<script lang="ts">
import H2 from '$lib/components/ui/typography/H2.svelte';
import H3 from '$lib/components/ui/typography/H3.svelte';
import ExternalLink from 'virtual:icons/lucide/external-link';
import { Badge } from '$lib/components/ui/badge';
import { Button } from '$lib/components/ui/button';
import { exerciseSplitTemplates } from '$lib/common/exerciseSplitTemplates';
Expand Down Expand Up @@ -33,3 +34,7 @@
</span>
</Button>
{/each}

<Button variant="secondary" class="gap-2" href="https://github.com/WhyAsh5114/MyFit/discussions/173" target="_blank">
Community-made splits <ExternalLink />
</Button>

0 comments on commit 9711f04

Please sign in to comment.