aboutsummaryrefslogtreecommitdiff
path: root/app/views/components
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2021-03-12 17:19:38 -0500
committerThedro Neely <thedroneely@gmail.com>2021-03-12 17:19:38 -0500
commit87313dd1fc27eefb6df3fbb624752b15b9249fa9 (patch)
tree73494ff90414c8d6aac07dfd25839260b1429663 /app/views/components
parent58d37050e521de397c9c90c87deafd5de7022473 (diff)
downloadthedroneely.com-87313dd1fc27eefb6df3fbb624752b15b9249fa9.tar.gz
thedroneely.com-87313dd1fc27eefb6df3fbb624752b15b9249fa9.tar.bz2
thedroneely.com-87313dd1fc27eefb6df3fbb624752b15b9249fa9.zip
bootstrap/Helpers: Function name change featherIcon -> icon
Diffstat (limited to 'app/views/components')
-rw-r--r--app/views/components/theme-toggle.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/components/theme-toggle.php b/app/views/components/theme-toggle.php
index 60b9ace..cfaf193 100644
--- a/app/views/components/theme-toggle.php
+++ b/app/views/components/theme-toggle.php
@@ -12,7 +12,7 @@
type="submit"
value="light"
>
- <?php echo featherIcon('sun', 'is-hidden-mobile'); ?>
+ <?php echo icon('sun', 'is-hidden-mobile'); ?>
<span>Light</span>
</button>
@@ -25,7 +25,7 @@
type="submit"
value="dark"
>
- <?php echo featherIcon('moon', 'is-hidden-mobile'); ?>
+ <?php echo icon('moon', 'is-hidden-mobile'); ?>
<span>Dark</span>
</button>