Skip to content

Commit

Permalink
change default icon to soundwave
Browse files Browse the repository at this point in the history
  • Loading branch information
dcnb committed Aug 21, 2024
1 parent e28a5b0 commit 6b242b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _plugins/cb_helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def generate(site)
theme_icons['icon-multiple'] = "postcard"
end
if !theme_icons['icon-default']
theme_icons['icon-default'] = "file-earmark"
theme_icons['icon-default'] = "soundwave"
end
if !theme_icons['icon-back-to-top']
theme_icons['icon-back-to-top'] = "arrow-up-square"
Expand Down

0 comments on commit 6b242b5

Please sign in to comment.