Skip to content

Commit 00e776b

Browse files
committed
fix: update back-to-top button DOM placement
Resolves #614
1 parent 8b92607 commit 00e776b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/posts/[...slug]/index.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,12 +146,12 @@ const ogImage = ogImageUrl
146146

147147
<EditPost class="sm:hidden" {hideEditPost} {post} />
148148

149+
<BackToTopButton />
150+
149151
<ul class="mt-4 mb-8 flex flex-wrap gap-4 sm:my-8">
150152
{tags.map(tag => <Tag tag={slugifyStr(tag)} tagName={tag} size="sm" />)}
151153
</ul>
152154

153-
<BackToTopButton />
154-
155155
<ShareLinks />
156156

157157
<hr class="my-8 border-dashed" />

0 commit comments

Comments
 (0)