Skip to content

Commit

Permalink
Redesign blog page layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Akash Singh committed Mar 26, 2024
1 parent 48cb045 commit 8c48aa2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions documentation/src/prepverse-theme/blog-layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const PrepVerseBlogLayout = (props: Props) => {
return (
<CommonLayout
{...layoutProps}
className={clsx("bg-white dark:bg-gray-800")}
className={clsx("bg-white dark:!bg-gray-800")}
>
{/* If there's TOC, then we can say that this is a blog post page. */}
{/* Then we can pass `trackProgress` prop to the header. */}
Expand All @@ -51,7 +51,6 @@ export const PrepVerseBlogLayout = (props: Props) => {
)}
/>
{props.showHero && <BlogHero />}
{/* <CommonHeader hasSticky={true} trackProgress={!!toc} /> */}
<div
className={clsx(
"flex",
Expand Down

0 comments on commit 8c48aa2

Please sign in to comment.