Skip to content

Commit aca56ff

Browse files
committed
(start): added missing motion-safe on ssr icon on /latest page
1 parent ed3773d commit aca56ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/libraries/start.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export const startProject = {
7777
title: 'SSR, Streaming and Server RPCs',
7878
icon: (
7979
<TbServerBolt
80-
className={twMerge('animate-ping', textStyles)}
80+
className={twMerge('motion-safe:animate-ping', textStyles)}
8181
style={{
8282
animationDuration: '2s',
8383
animationTimingFunction: 'ease-out',

0 commit comments

Comments
 (0)