Added a way to add html to content
This commit is contained in:
@@ -28,7 +28,7 @@ export const Layout = ({
|
||||
/>
|
||||
</Head>
|
||||
<div
|
||||
className={ "min-h-screen flex flex-col font-nunito" }
|
||||
className={ "min-h-screen flex flex-col" }
|
||||
>
|
||||
<Header data={ data?.header } />
|
||||
<div className="flex-1 text-gray-800 bg-gradient-to-br from-white to-gray-50 dark:from-gray-900 dark:to-gray-1000 flex flex-col">
|
||||
|
||||
Reference in New Issue
Block a user