summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorsiddharth ravikumar <s@ricketyspace.net>2022-05-28 21:16:53 -0400
committersiddharth ravikumar <s@ricketyspace.net>2022-05-28 21:16:53 -0400
commita22d8826576803998965e2e9b906b458f766124a (patch)
tree3449694c395901ee293411ccbceeb66bb90bd03f /templates
parentb8845b615be19912ce5d36900956bafe6b3ae7f3 (diff)
search: update styling
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 -->