moving footer out of editor_inner_content
This commit is contained in:
parent
f1264669a4
commit
485389907d
|
|
@ -37,8 +37,8 @@ export default function ConditionsOfUse() {
|
|||
className='editor_inner_content__wp-content'
|
||||
dangerouslySetInnerHTML={{ __html: pageDatas.post_content }}
|
||||
/>
|
||||
<Footer />
|
||||
</div>
|
||||
<Footer />
|
||||
</div>
|
||||
</AnimatedPage>
|
||||
);
|
||||
|
|
|
|||
|
|
@ -36,8 +36,8 @@ export default function Confidentiality() {
|
|||
className='editor_inner_content__wp-content'
|
||||
dangerouslySetInnerHTML={{ __html: pageDatas.post_content }}
|
||||
/>
|
||||
<Footer />
|
||||
</div>
|
||||
<Footer />
|
||||
</div>
|
||||
</AnimatedPage>
|
||||
);
|
||||
|
|
|
|||
|
|
@ -38,8 +38,8 @@ export default function Cookies() {
|
|||
className='editor_inner_content__wp-content'
|
||||
dangerouslySetInnerHTML={{ __html: pageDatas.post_content }}
|
||||
/>
|
||||
<Footer />
|
||||
</div>
|
||||
<Footer />
|
||||
</div>
|
||||
</AnimatedPage>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user