Skip to content

Commit

Permalink
fix(landingpage): hotfix ino-icon-buttons (#1315)
Browse files Browse the repository at this point in the history
fix(landingpage): hotfix icon-buttons
  • Loading branch information
MariaLStefan authored Mar 13, 2024
1 parent a68b85c commit b7eb49c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function Examples() {
<InoIconButton
class={styles.arrowButton}
icon="arrow_left"
activated
filled={false}
onClick={() => decrement()}
></InoIconButton>
<div className={styles.carouselContainer}>
Expand Down Expand Up @@ -88,7 +88,7 @@ function Examples() {
<InoIconButton
class={styles.arrowButton}
icon="arrow_right"
activated
filled={false}
onClick={() => increment()}
></InoIconButton>
</div>
Expand Down

0 comments on commit b7eb49c

Please sign in to comment.