Skip to content

Commit 1c8eca6

Browse files
committed
remove unused transition
1 parent a3d0c4e commit 1c8eca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/content/blog/enterprise/components.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export function ContactButton({ href, children }: ContactButtonProps) {
3939
}}
4040
>
4141
{children}
42-
<span style={{ display: 'inline-flex', transition: 'transform 200ms' }}>
42+
<span style={{ display: 'inline-flex' }}>
4343
{isHovered ? (
4444
<ArrowRight style={{ height: '16px', width: '16px' }} aria-hidden='true' />
4545
) : (

0 commit comments

Comments
 (0)