Skip to content

Commit

Permalink
Updated attributes in PillsDropdowns example
Browse files Browse the repository at this point in the history
  • Loading branch information
sreidthomas committed Jul 15, 2024
1 parent 8fc99b4 commit b893a81
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/stories/nav.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,13 +137,13 @@ export const PillssDropdowns = () => html`
<a class="nav-link active" aria-current="page" href="#">Active</a>
<cod-dropdown data-split="false">
<cod-button
data-label="Dropdown"
data-primary="true"
data-img-alt=""
data-icon=""
label="Dropdown"
primary="true"
img-alt=""
icon=""
data-bs-toggle="dropdown"
aria-expanded="false"
data-extra-classes="dropdown-toggle"
extra-classes="dropdown-toggle"
></cod-button>
<cod-dropdown-menu>
<li><a class="dropdown-item" href="#">Action</a></li>
Expand Down

0 comments on commit b893a81

Please sign in to comment.