From 239aa71b6ce85ed600219ead37e4f27d029d916a Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Wed, 3 Jul 2024 17:26:00 +0800 Subject: [PATCH] Slightly reduce top margin of back to tabs link --- src/_includes/main/links.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_includes/main/links.njk b/src/_includes/main/links.njk index d92ce166..ee43fb35 100644 --- a/src/_includes/main/links.njk +++ b/src/_includes/main/links.njk @@ -34,7 +34,7 @@ isContentDivided: true {% if group.data.updated %}

(This list was last updated on {{ group.data.updated | formatDate }})

{% endif %} - Back to tabs + Back to tabs {%- endfor %} \ No newline at end of file