Skip to content

Commit

Permalink
change icons-map variables
Browse files Browse the repository at this point in the history
  • Loading branch information
sebousan committed Feb 26, 2024
1 parent 515ab09 commit b1ac709
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/sass/theme/components/_hero.sass
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
background-repeat: no-repeat
background-size: 100% auto
.btn:not([href^="#"])
@if variable-exists(bootstrap-icons-map)
@if variable-exists(icons-map)
&::before
@include icon("arrow-right-short")
font-size: 1.4rem
Expand Down
2 changes: 1 addition & 1 deletion assets/sass/theme/components/blocks/_cta.sass
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
.btn
color: white
.btn
@if variable-exists(bootstrap-icons-map)
@if variable-exists(icons-map)
&::before
@include icon("arrow-right-short")
font-size: 1.4rem
Expand Down

0 comments on commit b1ac709

Please sign in to comment.