website refactor
This commit is contained in:
@@ -334,6 +334,7 @@ export const Box = forwardRef(<T extends ElementType = 'div'>(
|
||||
blur ? `blur-${blur}` : '',
|
||||
animate ? `animate-${animate}` : '',
|
||||
translateX ? `translate-x-${translateX}` : '',
|
||||
textAlign ? `text-${textAlign}` : '',
|
||||
hoverScale ? 'hover:scale-[1.02]' : '',
|
||||
group ? 'group' : '',
|
||||
groupHoverBorderColor ? `group-hover:border-${groupHoverBorderColor}` : '',
|
||||
|
||||
Reference in New Issue
Block a user