This commit is contained in:
2024-08-13 12:55:04 +02:00
parent 74b47efcad
commit 4b368f73e8
5 changed files with 20 additions and 18 deletions

View File

@@ -23,6 +23,6 @@
export let to: string;
</script>
<a href={l("/rules/" + to)}>
<a href={l(to)}>
<slot />
</a>