Skip to content

Commit

Permalink
Removed empty and undefined attributes from file
Browse files Browse the repository at this point in the history
  • Loading branch information
sreidthomas committed Jul 19, 2024
1 parent d2fb64f commit 7bb000b
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/stories/navbar.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ export const Basic = () => html`
<cod-button
label="Dropdown"
primary
img-alt=""
icon=""
data-bs-toggle="dropdown"
aria-expanded="false"
extra-classes="dropdown-toggle text-primary"
Expand Down Expand Up @@ -119,8 +117,6 @@ export const Brand = () => html`
<cod-button
label="Dropdown"
primary
img-alt=""
icon=""
data-bs-toggle="dropdown"
aria-expanded="false"
extra-classes="dropdown-toggle text-primary"
Expand Down Expand Up @@ -159,8 +155,6 @@ export const Brand = () => html`
<cod-button
label="Dropdown"
primary
img-alt=""
icon=""
data-bs-toggle="dropdown"
aria-expanded="false"
extra-classes="dropdown-toggle text-primary"
Expand Down Expand Up @@ -200,8 +194,6 @@ export const Brand = () => html`
<cod-button
label="Dropdown"
primary
img-alt=""
icon=""
data-bs-toggle="dropdown"
aria-expanded="false"
extra-classes="dropdown-toggle text-primary"
Expand Down Expand Up @@ -242,8 +234,6 @@ export const Brand = () => html`
<cod-button
label="Dropdown"
primary
img-alt=""
icon=""
data-bs-toggle="dropdown"
aria-expanded="false"
extra-classes="dropdown-toggle text-primary"
Expand Down Expand Up @@ -526,8 +516,6 @@ export const OffcanvasResponsive = () => html`
<cod-button
label="Dropdown"
primary
img-alt=""
icon=""
data-bs-toggle="dropdown"
aria-expanded="false"
extra-classes="dropdown-toggle text-light"
Expand Down Expand Up @@ -579,8 +567,6 @@ export const OffcanvasColor = () => html`
<cod-button
label="Dropdown"
primary
img-alt=""
icon=""
data-bs-toggle="dropdown"
aria-expanded="false"
extra-classes="dropdown-toggle text-light"
Expand Down

0 comments on commit 7bb000b

Please sign in to comment.