File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 63
63
"lodash.merge" : " ^4.6.2" ,
64
64
"lodash.shuffle" : " ^4.2.0" ,
65
65
"lodash.union" : " ^4.6.0" ,
66
- "lucide-react" : " ^0.400.0" ,
67
66
"next" : " ^14.2.3" ,
68
67
"next-i18next" : " ^14.0.3" ,
69
68
"next-mdx-remote" : " ^3.0.8" ,
Original file line number Diff line number Diff line change 1
1
import * as React from "react"
2
- import { X } from "lucide- react"
2
+ import { MdClose } from "react-icons/md "
3
3
import * as DialogPrimitive from "@radix-ui/react-dialog"
4
4
5
5
import { cn } from "@/lib/utils/cn"
@@ -43,7 +43,7 @@ const DialogContent = React.forwardRef<
43
43
>
44
44
{ children }
45
45
< DialogPrimitive . Close className = "focus:ring-ring data-[state=open]:bg-accent data-[state=open]:text-muted-foreground absolute right-4 top-4 rounded-sm opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-offset-2 disabled:pointer-events-none" >
46
- < X className = "h-4 w-4" />
46
+ < MdClose className = "h-4 w-4" />
47
47
< span className = "sr-only" > Close</ span >
48
48
</ DialogPrimitive . Close >
49
49
</ DialogPrimitive . Content >
Original file line number Diff line number Diff line change @@ -11334,11 +11334,6 @@ lru-cache@^6.0.0:
11334
11334
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.0.tgz#0bd445ca57363465900f4d1f9bd8db343a4d95c3"
11335
11335
integrity sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==
11336
11336
11337
- lucide-react@^0.400.0:
11338
- version "0.400.0"
11339
- resolved "https://registry.yarnpkg.com/lucide-react/-/lucide-react-0.400.0.tgz#8dc044bc1ace05fde5bdd4a8a7ad35c9e69ca575"
11340
- integrity sha512-rpp7pFHh3Xd93KHixNgB0SqThMHpYNzsGUu69UaQbSZ75Q/J3m5t6EhKyMT3m4w2WOxmJ2mY0tD3vebnXqQryQ==
11341
-
11342
11337
lz-string@^1.5.0:
11343
11338
version "1.5.0"
11344
11339
resolved "https://registry.yarnpkg.com/lz-string/-/lz-string-1.5.0.tgz#c1ab50f77887b712621201ba9fd4e3a6ed099941"
You can’t perform that action at this time.
0 commit comments