mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: update front layout
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import * as React from 'react';
|
||||
import Box from '@mui/material/Box';
|
||||
import Container from "@mui/material/Container";
|
||||
import Footer from "../components/Footer";
|
||||
|
||||
interface Props {
|
||||
content: string
|
||||
@@ -30,6 +31,7 @@ export default function Index({content}: Props) {
|
||||
>
|
||||
<div dangerouslySetInnerHTML={{__html: content}}></div>
|
||||
</Box>
|
||||
<Footer/>
|
||||
</Container>
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user