Skip to content

Commit

Permalink
Updated boolean attributes in file
Browse files Browse the repository at this point in the history
  • Loading branch information
sreidthomas committed Jul 19, 2024
1 parent 51c401c commit e35699f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/stories/navbar.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const Basic = () => html`
<cod-dropdown data-split="false">
<cod-button
label="Dropdown"
primary="true"
primary
img-alt=""
icon=""
data-bs-toggle="dropdown"
Expand Down Expand Up @@ -118,7 +118,7 @@ export const Brand = () => html`
<cod-dropdown data-split="false">
<cod-button
label="Dropdown"
primary="true"
primary
img-alt=""
icon=""
data-bs-toggle="dropdown"
Expand Down Expand Up @@ -158,7 +158,7 @@ export const Brand = () => html`
<cod-dropdown data-split="false">
<cod-button
label="Dropdown"
primary="true"
primary
img-alt=""
icon=""
data-bs-toggle="dropdown"
Expand Down Expand Up @@ -199,7 +199,7 @@ export const Brand = () => html`
<cod-dropdown data-split="false">
<cod-button
label="Dropdown"
primary="true"
primary
img-alt=""
icon=""
data-bs-toggle="dropdown"
Expand Down Expand Up @@ -241,7 +241,7 @@ export const Brand = () => html`
<cod-dropdown data-split="false">
<cod-button
label="Dropdown"
primary="true"
primary
img-alt=""
icon=""
data-bs-toggle="dropdown"
Expand Down Expand Up @@ -455,7 +455,7 @@ export const Offcanvas = () => html`
<cod-dropdown data-split="false">
<cod-button
label="Dropdown"
primary="true"
primary
img-alt=""
icon=""
data-bs-toggle="dropdown"
Expand Down Expand Up @@ -525,7 +525,7 @@ export const OffcanvasResponsive = () => html`
<cod-dropdown data-split="false">
<cod-button
label="Dropdown"
primary="true"
primary
img-alt=""
icon=""
data-bs-toggle="dropdown"
Expand Down Expand Up @@ -578,7 +578,7 @@ export const OffcanvasColor = () => html`
<cod-dropdown data-split="false">
<cod-button
label="Dropdown"
primary="true"
primary
img-alt=""
icon=""
data-bs-toggle="dropdown"
Expand Down

0 comments on commit e35699f

Please sign in to comment.