From 6b242b5272bd22a7b9b0e153f84d95c5390fef34 Mon Sep 17 00:00:00 2001 From: Devin Becker Date: Wed, 21 Aug 2024 10:03:09 -0700 Subject: [PATCH] change default icon to soundwave --- _plugins/cb_helpers.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_plugins/cb_helpers.rb b/_plugins/cb_helpers.rb index 645ccbd..34f99c5 100644 --- a/_plugins/cb_helpers.rb +++ b/_plugins/cb_helpers.rb @@ -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"