Skip to content

Commit

Permalink
fix(docs): removed unused import and merged classNames in dropdown (#…
Browse files Browse the repository at this point in the history
…3936)

* fix(breadcrumbs): added separator rotation for RTL #2486

* chore(changeset): added changeset

* fix(docs): removed unused Link import and merged classnames in dropdown
  • Loading branch information
ShrinidhiUpadhyaya authored Oct 24, 2024
1 parent a0d7141 commit c847ffb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/docs/content/components/dropdown/backdrop.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const App = `import {Dropdown, Link, DropdownTrigger, DropdownMenu, DropdownItem, Button} from "@nextui-org/react";
const App = `import {Dropdown, DropdownTrigger, DropdownMenu, DropdownItem, Button} from "@nextui-org/react";
export default function App() {
return (
Expand Down
3 changes: 1 addition & 2 deletions apps/docs/content/components/dropdown/custom-items-styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ export default function App() {
<DropdownItem
isReadOnly
key="profile"
className="h-14 gap-2"
className="opacity-100"
className="h-14 gap-2 opacity-100"
>
<User
name="Junior Garcia"
Expand Down

0 comments on commit c847ffb

Please sign in to comment.