summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/search.tmpl2
-rw-r--r--templates/weather.tmpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/search.tmpl b/templates/search.tmpl
index 9f211d6..1101f08 100644
--- a/templates/search.tmpl
+++ b/templates/search.tmpl
@@ -19,7 +19,7 @@
value="{{ .Location }}" name="location" required>
</div>
<div class="btn-block">
- <input type="submit" class="search-btn" value="➮">
+ <input type="submit" class="search-btn" value="search">
</div>
</form>
</div>
diff --git a/templates/weather.tmpl b/templates/weather.tmpl
index 8476e87..e03ac75 100644
--- a/templates/weather.tmpl
+++ b/templates/weather.tmpl
@@ -66,7 +66,7 @@
<div class="search-link-container">
<a href="/search">
- Search
+ ➤
</a>
</div>
</div> <!-- root-container end -->