Fix IconButton prop types in glitch-soc

pull/62/head
Claire 2023-05-09 21:11:23 +02:00
parent 6415981056
commit 8e806b6e88
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;