Skip to content

Commit a802018

Browse files
fix: fix erroneous required prop for badge
1 parent 2f960b8 commit a802018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/GHBadge.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
};
2424
2525
type Props = {
26-
mode: "regular" | "minimal";
26+
mode?: "regular" | "minimal";
2727
type: PropsObj["type"];
2828
status: PropsObj["status"];
2929
class?: ClassValue;

0 commit comments

Comments
 (0)