aboutsummaryrefslogtreecommitdiff
path: root/app/views/contact.view.php
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-01-06 04:05:26 -0500
committerThedro Neely <thedroneely@gmail.com>2020-01-06 04:05:26 -0500
commitbf2b044a8a22dfd3be2054c94a9ae6e083d796ed (patch)
tree7e920e565693fa8a91478916286020a488090611 /app/views/contact.view.php
parentc6dbf690eba82b9f3b20706697bc633823afdd26 (diff)
downloadthedroneely.com-bf2b044a8a22dfd3be2054c94a9ae6e083d796ed.tar.gz
thedroneely.com-bf2b044a8a22dfd3be2054c94a9ae6e083d796ed.tar.bz2
thedroneely.com-bf2b044a8a22dfd3be2054c94a9ae6e083d796ed.zip
app/views/contact: Fix missing 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 5f80ba8..28bb114 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 featherIcon('send'); ?>
+ <?php echo featherIcon('send'); ?>
<span>Send Message</span>
</button>
</div>