summaryrefslogtreecommitdiff
path: root/templates/partials/header.html.twig
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2024-05-05 13:38:02 -0400
committersowgro <tpoke.ferrari@gmail.com>2024-05-05 13:38:02 -0400
commitfed977bf864eb721fe4bcc5c9c2936bf2164e537 (patch)
treecf44998dd85c13bd76a2e833733726a96df92d68 /templates/partials/header.html.twig
parentacdde303b41ed742681d2fde96507940e1c4dc87 (diff)
downloadgrav-sowtheme-fed977bf864eb721fe4bcc5c9c2936bf2164e537.tar.gz
grav-sowtheme-fed977bf864eb721fe4bcc5c9c2936bf2164e537.tar.bz2
grav-sowtheme-fed977bf864eb721fe4bcc5c9c2936bf2164e537.zip
Fix next and previous arrows and other tweaks
Diffstat (limited to 'templates/partials/header.html.twig')
-rw-r--r--templates/partials/header.html.twig6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/partials/header.html.twig b/templates/partials/header.html.twig
index 7da672d..19fa2ae 100644
--- a/templates/partials/header.html.twig
+++ b/templates/partials/header.html.twig
@@ -1,10 +1,10 @@
<div class="header">
<div id="left">
{% if page.url != "/" %}
- <a class="anim3" href="{{ page.parent.url }}">
+ <a class="anim0" href="{{ page.parent.url }}">
<div class="roundedButton">
- <span class="icon">arrow_back</span>
- <span>Back</span>
+ <span class="icon">arrow_upward</span>
+ <span>Up</span>
</div>
</a>
{% else %}