Skip to content

Commit

Permalink
include milestone via page
Browse files Browse the repository at this point in the history
  • Loading branch information
MaHaWo committed Sep 27, 2024
1 parent b9e392b commit cdffbce
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions frontend/src/lib/components/MilestoneOverview.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<script lang="ts">
import { base } from '$app/paths';
import CardDisplay from '$lib/components/DataDisplay/CardDisplay.svelte';
import GalleryDisplay from '$lib/components/DataDisplay/GalleryDisplay.svelte';
import { convertData, data } from '$lib/components/MilestoneOverview';
Expand Down Expand Up @@ -135,7 +134,12 @@
},
{
label: `Grobmotorik`,
href: `${base}/milestone`
// href: `${base}/milestone`,
onclick: () => {
activeTabChildren.update((value) => {
return 'milestone';
});
}
}
];
Expand Down

0 comments on commit cdffbce

Please sign in to comment.