Remove duplicate footer from common home template (#577)
This commit is contained in:
parent
aa0be1278b
commit
e0b2a16252
@ -1,5 +1,4 @@
|
||||
import { Fragment, type ComponentType } from 'react'
|
||||
import Footer from '@components/Footer'
|
||||
import clsx from 'clsx'
|
||||
|
||||
import type { HomePageSlotKey, HomePageTemplateSlots, TemplateComponent } from '../types'
|
||||
@ -104,7 +103,6 @@ export function createCommonHomeTemplate(
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<Footer />
|
||||
</main>
|
||||
)
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user