Skip to content

Commit bf8fa99

Browse files
committed
🎨 fix download and promotion arrow animation
1 parent 05850fb commit bf8fa99

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

web/core/Promotion/Promotion.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export const Promotion = forwardRef<HTMLAnchorElement, PromotionProps>(
125125
locale={locale}
126126
prefetch={false}
127127
className={twMerge(
128-
`group h-full w-full rounded-card ${
128+
`group/link h-full w-full rounded-card ${
129129
colorKeyToUtilityMap[background ?? 'gray-20'].background
130130
} grid ${
131131
layoutOnTypes[type]
@@ -158,7 +158,7 @@ export const Promotion = forwardRef<HTMLAnchorElement, PromotionProps>(
158158
<Typography
159159
as={hasSectionTitle ? 'h3' : 'h2'}
160160
variant={ingress ? 'h5' : 'h6'}
161-
className={`leading-tight group-hover:underline`}
161+
className={`leading-tight group-hover/link:underline`}
162162
>
163163
{plainText}
164164
</Typography>

0 commit comments

Comments
 (0)