Skip to content

Commit c847ffb

Browse files
fix(docs): removed unused import and merged classNames in dropdown (#3936)
* fix(breadcrumbs): added separator rotation for RTL #2486 * chore(changeset): added changeset * fix(docs): removed unused Link import and merged classnames in dropdown
1 parent a0d7141 commit c847ffb

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

apps/docs/content/components/dropdown/backdrop.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const App = `import {Dropdown, Link, DropdownTrigger, DropdownMenu, DropdownItem, Button} from "@nextui-org/react";
1+
const App = `import {Dropdown, DropdownTrigger, DropdownMenu, DropdownItem, Button} from "@nextui-org/react";
22
33
export default function App() {
44
return (

apps/docs/content/components/dropdown/custom-items-styles.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ export default function App() {
5959
<DropdownItem
6060
isReadOnly
6161
key="profile"
62-
className="h-14 gap-2"
63-
className="opacity-100"
62+
className="h-14 gap-2 opacity-100"
6463
>
6564
<User
6665
name="Junior Garcia"

0 commit comments

Comments
 (0)