Skip to content

Commit

Permalink
fix(Navbar): fixed examples Dropdown props (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
dev0T committed Apr 6, 2023
1 parent 9473525 commit a773f88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Navbar/Navbar.stories.tsx
Expand Up @@ -170,7 +170,7 @@ export const WithSearchInputAndDropdown: Story<NavbarProps> = (args) => {
<Form>
<Input bordered type="text" placeholder="Search" />
</Form>
<Dropdown vertical="end">
<Dropdown end>
<Button color="ghost" className="avatar" shape="circle">
<div className="w-10 rounded-full">
<img src="https://api.lorem.space/image/face?hash=33791" />
Expand Down Expand Up @@ -203,7 +203,7 @@ export const WithIconIndicatorAndDropdown: Story<NavbarProps> = (args) => {
</Button>
</div>
<div className="flex-none">
<Dropdown vertical="end">
<Dropdown end>
<Button tabIndex={0} color="ghost" shape="circle">
<Indicator item={<Badge size="sm">8</Badge>}>
<svg
Expand Down Expand Up @@ -237,7 +237,7 @@ export const WithIconIndicatorAndDropdown: Story<NavbarProps> = (args) => {
</Card.Body>
</Dropdown.Menu>
</Dropdown>
<Dropdown vertical="end">
<Dropdown end>
<Button color="ghost" className="avatar" shape="circle">
<div className="w-10 rounded-full">
<img src="https://api.lorem.space/image/face?hash=33791" />
Expand Down

0 comments on commit a773f88

Please sign in to comment.