[yoga-11] add common type and add logo
This commit is contained in:
@@ -15,11 +15,12 @@ export default async function About() {
|
||||
questionsAndAnswers,
|
||||
blogs,
|
||||
subscribe,
|
||||
footer
|
||||
footer,
|
||||
common
|
||||
} = await strapiApi.getFaqPage();
|
||||
return (
|
||||
<>xxxxx
|
||||
{ <SubHeaderComponent header1={header} description={description} /> }
|
||||
<>
|
||||
{ <SubHeaderComponent header={{header1:header,description}} common={common}/> }
|
||||
{ questionsAndAnswers && <FaqComponent config={questionsAndAnswers} /> }
|
||||
{ blogs && <BlogPostsComponent config={blogs} /> }
|
||||
{ subscribe && <SubscribeComponent config={subscribe} /> }
|
||||
|
||||
Reference in New Issue
Block a user