website refactor
This commit is contained in:
@@ -15,11 +15,11 @@ export const IconButton = forwardRef<HTMLButtonElement | HTMLAnchorElement, Icon
|
||||
intent,
|
||||
...props
|
||||
}, ref) => {
|
||||
const iconSizeMap = {
|
||||
const iconSizeMap: Record<string, any> = {
|
||||
sm: 3,
|
||||
md: 4,
|
||||
lg: 5
|
||||
} as const;
|
||||
};
|
||||
|
||||
return (
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user