We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cb1f7b commit 906f888Copy full SHA for 906f888
src/lib/components/GHBadge.svelte
@@ -25,7 +25,7 @@
25
type Props = {
26
type: PropsObj["type"];
27
status: PropsObj["status"];
28
- }
+ };
29
30
let { type, status }: Props = $props();
31
0 commit comments