Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kdevo/osprey-delight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkdevo <kdevo@users.noreply.github.com>2021-03-13 01:57:43 +0300
committerkdevo <kdevo@users.noreply.github.com>2021-03-13 01:57:43 +0300
commit16b0800dd05f9c438dd6eaaf5b6f89ddbf0be49e (patch)
tree85d137479e9aea438952a7e878dcc0e46d93381f /layouts
parentee4283489ef462f80ee258899430dc4972cbd4ac (diff)
:bug: Fix icon name for contact
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/contact.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/contact.html b/layouts/partials/contact.html
index 3c89d0a..e4046af 100644
--- a/layouts/partials/contact.html
+++ b/layouts/partials/contact.html
@@ -4,7 +4,7 @@
<div class="row center-xs">
<div class="col-xs-12">
- <h1><span class="icon icon-mail-alt"></span>{{ i18n "letsChat" }}</h1>
+ <h1><span class="icon icon-mail"></span>{{ i18n "letsChat" }}</h1>
<noscript>{{ i18n "nojsForm" }}</noscript>
</div>
</div>