aboutsummaryrefslogtreecommitdiff
path: root/app/views/index.view.php
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/index.view.php
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/index.view.php')
-rw-r--r--app/views/index.view.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/index.view.php b/app/views/index.view.php
index ac41734..a555a00 100644
--- a/app/views/index.view.php
+++ b/app/views/index.view.php
@@ -74,7 +74,7 @@
<a href="/posts/page/2/"
class="front__more is-block has-text-centered">
See More Posts
- <?php featherIcon('chevron-right'); ?>
+ <?php icon('chevron-right'); ?>
</a>
<br>
@@ -100,7 +100,7 @@
<a href="/projects/page/2/"
class="front__more is-block has-text-centered">
See More Projects
- <?php featherIcon('chevron-right'); ?>
+ <?php icon('chevron-right'); ?>
</a>
<br>