Skip to content

Commit

Permalink
Removed empty and undefined attributes in file
Browse files Browse the repository at this point in the history
  • Loading branch information
sreidthomas committed Jul 19, 2024
1 parent d1075cb commit ff1a06b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/stories/nav.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ export const TabsDropdowns = () => html`
<cod-button
label="Dropdown"
primary
img-alt=""
icon=""
data-bs-toggle="dropdown"
aria-expanded="false"
extra-classes="dropdown-toggle"
Expand All @@ -139,8 +137,6 @@ export const PillssDropdowns = () => html`
<cod-button
label="Dropdown"
primary
img-alt=""
icon=""
data-bs-toggle="dropdown"
aria-expanded="false"
extra-classes="dropdown-toggle"
Expand Down

0 comments on commit ff1a06b

Please sign in to comment.