Skip to content

Commit

Permalink
add missing not-prose class
Browse files Browse the repository at this point in the history
Signed-off-by: Vu Van Dung <[email protected]>
  • Loading branch information
joulev committed Dec 19, 2023
1 parent 25d1369 commit 1ccc155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(public)/blogs/(posts)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function Layout({ children }: LayoutProps) {
<div className="flex flex-col divide-y divide-separator blog-lg:flex-row blog-lg:divide-x blog-lg:divide-y-0">
<article className="prose max-w-none px-[--p] py-12 text-[#ffffffba] [--p:24px] blog-lg:[--p:48px] [&>*]:mx-auto [&>*]:max-w-prose">
{children}
<div>
<div className="not-prose">
<LinkButton href="/blogs" className="mt-6 text-text-primary no-underline">
<ChevronLeft /> Back to blogs
</LinkButton>
Expand Down

0 comments on commit 1ccc155

Please sign in to comment.