aboutsummaryrefslogtreecommitdiff
path: root/app/views/contact.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/contact.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/contact.view.php')
-rw-r--r--app/views/contact.view.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/contact.view.php b/app/views/contact.view.php
index 28bb114..bcf44e1 100644
--- a/app/views/contact.view.php
+++ b/app/views/contact.view.php
@@ -70,7 +70,7 @@
<div class="field">
<div class="control">
<button class="button item__box has-text-weight-normal">
- <?php echo featherIcon('send'); ?>
+ <?php echo icon('send'); ?>
<span>Send Message</span>
</button>
</div>