From 3712dd905696036596f2741c1455748299fc31e3 Mon Sep 17 00:00:00 2001 From: RazvanBalota <118636956+RazvanBalota@users.noreply.github.com> Date: Fri, 26 Jan 2024 09:58:47 +0200 Subject: [PATCH] fix:change backbutton wrapper (#16) --- src/pages/blog/[slug].astro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/blog/[slug].astro b/src/pages/blog/[slug].astro index 41a6fd2..b9ed31c 100644 --- a/src/pages/blog/[slug].astro +++ b/src/pages/blog/[slug].astro @@ -30,7 +30,6 @@ const { Content } = await post.render();
-
+ +