Skip to content

Commit df0066a

Browse files
fix(start): added missing motion-safe on ssr icon (#368)
* fix(layout): doc container width not taking up all available space * (start): added missing motion-safe on ssr icon on /latest page --------- Co-authored-by: Sean Cassiere <33615041+SeanCassiere@users.noreply.github.com>
1 parent 9911635 commit df0066a

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)