Skip to content

Commit

Permalink
fix: divider pos
Browse files Browse the repository at this point in the history
  • Loading branch information
sushichan044 committed Nov 27, 2023
1 parent bc06021 commit 0b98c2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/components/blog/MDXRenderer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ const { Content, headings, tocDepth } = Astro.props
)
}

<div class="divider"></div>

<Content components={{ img: Image, a: Link }} />
1 change: 0 additions & 1 deletion src/pages/blog/post/[...slug].astro
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export const prerender = true
<BlogPostSEO entry={entry} slot="seo" />
<ContentLayout asElement="article">
<BlogFrontMatter entry={entry} readTime={readTime} />
<div class="divider"></div>
<PageAlertWrapper backIfNewTab="/blog">
{
showAlert && (
Expand Down

0 comments on commit 0b98c2e

Please sign in to comment.