Fix IconButton prop types in glitch-soc

lolsob-rspec
Claire 2023-05-09 21:11:23 +02:00
parent d8cae2752c
commit a0047223a5
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ type Props = {
animate: boolean;
overlay: boolean;
tabIndex: number;
label: string;
label?: string;
counter?: number;
obfuscateCount?: boolean;
href?: string;