Skip to content

Commit

Permalink
add dynamic routing
Browse files Browse the repository at this point in the history
  • Loading branch information
MaHaWo committed Aug 28, 2024
1 parent 7c92a17 commit a73a161
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/Childrenpage.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
header: item.name,
summary: item.info,
image: item.image,
href: '/trafficlightfeedback'
href: `/childLand/${item.id}`
};
});
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<script context="module">
</script>

<script>
import AbstractContent from '$lib/components/AbstractContent.svelte';
import TableDisplay from '$lib/components/DataDisplay/TableDisplay.svelte';
Expand Down

0 comments on commit a73a161

Please sign in to comment.