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-11-01 17:17:01 +0300
committerkdevo <kdevo@users.noreply.github.com>2021-11-01 17:18:41 +0300
commit3305b0d73c5e01bb955c52e4b3e784ad88556ff4 (patch)
treebf7ad2662453940f5f2d91cd1792bf546c19f1df /layouts
parent597e6135f631578f8f7f014ebc8c15c73af21fb4 (diff)
fix(icons): rename "mail" to "contact" for easier identification
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/sections/contact.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/sections/contact.html b/layouts/partials/sections/contact.html
index 6621c75..de4cf5d 100644
--- a/layouts/partials/sections/contact.html
+++ b/layouts/partials/sections/contact.html
@@ -4,7 +4,7 @@
<div class="container">
<div class="row center-xs">
<div class="col-xs-12">
- <h1>{{ partial "icon" (dict "name" "mail" "loader" "svg-use-text") }} {{ i18n "letsChat" }}</h1>
+ <h1>{{ partial "icon" (dict "name" "contact" "loader" "svg-use-text") }} {{ i18n "letsChat" }}</h1>
<noscript>{{ i18n "nojsForm" }}</noscript>
</div>
</div>