summaryrefslogtreecommitdiff
path: root/templates/partials
diff options
context:
space:
mode:
Diffstat (limited to 'templates/partials')
-rw-r--r--templates/partials/header.html.twig4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/partials/header.html.twig b/templates/partials/header.html.twig
index 19fa2ae..bea1c5b 100644
--- a/templates/partials/header.html.twig
+++ b/templates/partials/header.html.twig
@@ -3,8 +3,8 @@
{% if page.url != "/" %}
<a class="anim0" href="{{ page.parent.url }}">
<div class="roundedButton">
- <span class="icon">arrow_upward</span>
- <span>Up</span>
+ <span class="icon">arrow_back</span>
+ <span>Back</span>
</div>
</a>
{% else %}