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
This commit is contained in:
Shrinidhi Upadhyaya 2024-10-24 08:40:50 +02:00 committed by GitHub
parent a0d7141db3
commit c847ffb2a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View File

@ -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() { export default function App() {
return ( return (

View File

@ -59,8 +59,7 @@ export default function App() {
<DropdownItem <DropdownItem
isReadOnly isReadOnly
key="profile" key="profile"
className="h-14 gap-2" className="h-14 gap-2 opacity-100"
className="opacity-100"
> >
<User <User
name="Junior Garcia" name="Junior Garcia"