From 7c12dbd30182b9978b895dc289f7955a661e9a75 Mon Sep 17 00:00:00 2001 From: radishzzz Date: Mon, 26 May 2025 12:36:16 +0100 Subject: [PATCH] fix: back button position --- src/components/Widgets/BackButton.astro | 2 +- src/pages/[...posts_slug].astro | 24 +++++++++++++----------- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/src/components/Widgets/BackButton.astro b/src/components/Widgets/BackButton.astro index d16b02c..16a0aab 100644 --- a/src/components/Widgets/BackButton.astro +++ b/src/components/Widgets/BackButton.astro @@ -5,7 +5,7 @@ import GoBackIcon from '@/assets/icons/go-back.svg';