website refactor

This commit is contained in:
2026-01-20 01:22:05 +01:00
parent f8e7ec7948
commit 30a31dc44f
21 changed files with 1242 additions and 393 deletions

View File

@@ -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