From 89aff61656d1e0dbd9258d2727abcdfffd3d49d8 Mon Sep 17 00:00:00 2001 From: radishzzz Date: Wed, 5 Mar 2025 20:41:06 +0000 Subject: [PATCH] update: back button size and position --- public/image/arrow.svg | 2 +- src/components/BackButton.astro | 2 +- src/pages/posts/[slug].astro | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/image/arrow.svg b/public/image/arrow.svg index 0d67a08..279c537 100644 --- a/public/image/arrow.svg +++ b/public/image/arrow.svg @@ -1 +1 @@ - + diff --git a/src/components/BackButton.astro b/src/components/BackButton.astro index f61c139..e4aebff 100644 --- a/src/components/BackButton.astro +++ b/src/components/BackButton.astro @@ -8,7 +8,7 @@ viewBox="0 0 24 24" fill="currentColor" > - + diff --git a/src/pages/posts/[slug].astro b/src/pages/posts/[slug].astro index 612e4ff..aa025cb 100644 --- a/src/pages/posts/[slug].astro +++ b/src/pages/posts/[slug].astro @@ -25,7 +25,7 @@ const { Content, remarkPluginFrontmatter } = await post.render() postDescription={post.data.description} postImage={post.data.image} > -
+