footer out of editor_inner_content

This commit is contained in:
Antoine M 2024-05-14 17:00:14 +02:00
parent c1534a2f6b
commit ae438fb89f

View File

@ -31,8 +31,8 @@ export default function About() {
<div dangerouslySetInnerHTML={{ __html: pageDatas.post_content }} />
<img className='personnages' src={personnages} alt='' />
<Marquee />
<Footer />
</div>
<Footer />
</div>
</AnimatedPage>
);