From 68525c8c4104ba1211707968ea7031b185db0a2c Mon Sep 17 00:00:00 2001 From: radishzzz Date: Mon, 26 May 2025 12:03:12 +0100 Subject: [PATCH] fix: back button position --- src/components/Widgets/BackButton.astro | 2 +- src/pages/[...posts_slug].astro | 24 +++++++++++------------- 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/src/components/Widgets/BackButton.astro b/src/components/Widgets/BackButton.astro index 330c25e..3f33671 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';