Skip to content

Commit

Permalink
fix(swap): fix button in swap value example #161
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanjones243 authored and jason-capsule42 committed Feb 19, 2024
1 parent eeb75e4 commit 8689f2c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions apiExamples/swapValue.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
<auro-menuoption static nomatch>No matching option</auro-menuoption>
</auro-menu>
</auro-combobox>
<auro-button id="swapExampleBtn" iconOnly secondary>
<auro-button id="swapExampleBtn" iconOnly>
<auro-icon
customColor
customSize
customColor
category="terminal"
name="round-trip-arrows">
name="round-trip-arrows"
slot="icon">
</auro-icon>
</auro-button>
<auro-combobox id="swapExampleRight">
Expand Down
16 changes: 8 additions & 8 deletions demo/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -474,12 +474,12 @@ This example illustrates using a JavaScript function attached to an auro-button
<auro-menuoption static nomatch>No matching option</auro-menuoption>
</auro-menu>
</auro-combobox>
<auro-button id="swapExampleBtn" iconOnly secondary>
<auro-button id="swapExampleBtn" iconOnly>
<auro-icon
customColor
customSize
customColor
category="terminal"
name="round-trip-arrows">
name="round-trip-arrows"
slot="icon">
</auro-icon>
</auro-button>
<auro-combobox id="swapExampleRight">
Expand Down Expand Up @@ -531,12 +531,12 @@ This example illustrates using a JavaScript function attached to an auro-button
<auro-menuoption static nomatch>No matching option</auro-menuoption>
</auro-menu>
</auro-combobox>
<auro-button id="swapExampleBtn" iconOnly secondary>
<auro-button id="swapExampleBtn" iconOnly>
<auro-icon
customColor
customSize
customColor
category="terminal"
name="round-trip-arrows">
name="round-trip-arrows"
slot="icon">
</auro-icon>
</auro-button>
<auro-combobox id="swapExampleRight">
Expand Down

0 comments on commit 8689f2c

Please sign in to comment.