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
parent597e6135f631578f8f7f014ebc8c15c73af21fb4 (diff)
fix(icons): rename "mail" to "contact" for easier identification
-rw-r--r--data/icons.yaml2
-rw-r--r--layouts/partials/sections/contact.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/data/icons.yaml b/data/icons.yaml
index b4fff6d..a322922 100644
--- a/data/icons.yaml
+++ b/data/icons.yaml
@@ -20,7 +20,7 @@ view: fas angle-right
github-octocat: fab github-alt
# Contact
-mail:
+contact:
id: fas envelope
title: E-Mail
sending: fas space-shuttle
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>