aboutsummaryrefslogtreecommitdiff
path: root/app/views/contact.view.php
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-10-19 03:31:22 -0400
committerThedro Neely <thedroneely@gmail.com>2019-10-19 03:31:22 -0400
commitd803edaf2f18923e467228fb8edfbeee99861a3c (patch)
treee931fd6097329ac4b16be213bda69cecd57a9139 /app/views/contact.view.php
parent82350adcaa24ef8a8c70a5bd8913ad7e3f80ac3e (diff)
downloadthedroneely.com-d803edaf2f18923e467228fb8edfbeee99861a3c.tar.gz
thedroneely.com-d803edaf2f18923e467228fb8edfbeee99861a3c.tar.bz2
thedroneely.com-d803edaf2f18923e467228fb8edfbeee99861a3c.zip
app/views: Replace calls for feather icons with helper function
Diffstat (limited to 'app/views/contact.view.php')
-rw-r--r--app/views/contact.view.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/views/contact.view.php b/app/views/contact.view.php
index fd1cf3d..5f80ba8 100644
--- a/app/views/contact.view.php
+++ b/app/views/contact.view.php
@@ -69,8 +69,9 @@
<div class="field-body">
<div class="field">
<div class="control">
- <button class="button is-link is-outlined has-text-weight-normal">
- Send message
+ <button class="button item__box has-text-weight-normal">
+ <?php featherIcon('send'); ?>
+ <span>Send Message</span>
</button>
</div>
</div>