File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11"use client"
22
3- import { motion } from "framer-motion"
43import { BunIcon } from "./icons/bun.tsx"
54import { ChromiumIcon } from "./icons/chromium.tsx"
65import { DenoIcon } from "./icons/deno.tsx"
@@ -81,7 +80,7 @@ export const PlatformCloud = ({
8180 >
8281 < Left height = { 50 } aria-label = { left } />
8382 </ div >
84- < motion . div
83+ < div
8584 style = { {
8685 position : "absolute" ,
8786 height : 45 ,
@@ -91,7 +90,7 @@ export const PlatformCloud = ({
9190 } }
9291 >
9392 < Top height = { 45 } aria-label = { top } />
94- </ motion . div >
93+ </ div >
9594 </ div >
9695 )
9796}
Original file line number Diff line number Diff line change 2626 "arkthemes" : " workspace:*" ,
2727 "arktype" : " workspace:*" ,
2828 "class-variance-authority" : " 0.7.1" ,
29- "framer-motion" : " 12.23.12" ,
3029 "fumadocs-core" : " 15.2.3" ,
3130 "fumadocs-mdx" : " 11.5.7" ,
3231 "fumadocs-twoslash" : " 3.1.0" ,
You can’t perform that action at this time.
0 commit comments