Home, styles
This commit is contained in:
@@ -31,7 +31,7 @@ export const getStaticProps = async ({ params: { slug } }) => {
|
||||
|
||||
export default function Page(page) {
|
||||
return (
|
||||
<Box>
|
||||
<Box className="page">
|
||||
<Heading>{page.title}</Heading>
|
||||
<div dangerouslySetInnerHTML={{ __html: page.content }}></div>
|
||||
</Box>
|
||||
|
||||
Reference in New Issue
Block a user