fix: added same grain on the story pages

This commit is contained in:
Raj 2024-05-14 22:54:37 +05:30
parent b4b06a941a
commit f4ba538290
1 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@ import Link from "next/link";
import { NRenderer } from "@/components/notion/renderer";
import { Metadata, ResolvingMetadata } from "next";
import Comments, { Reactions } from "@/components/comments";
import { CssGrain } from "@/components/css-grain";
export const revalidate = 100;
@ -132,7 +133,7 @@ export default async function Story({
{/* }} */}
{/* ></div> */}
<div className="hero fixed top-0 left-0 w-full h-screen"></div>
<CssGrain />
<BackgroundGradentProvider className="-z-10 h-screen w-full opacity-60" />
<Image
width={400}