diff --git a/app/components/JinshenHeader.vue b/app/components/JinshenHeader.vue index aa23a5c..f3f3db9 100644 --- a/app/components/JinshenHeader.vue +++ b/app/components/JinshenHeader.vue @@ -6,28 +6,30 @@ - - - - {{ $t('navigation.productions') }} - - - {{ $t('navigation.solutions') }} - - - {{ $t('navigation.support') }} - - - {{ $t('navigation.about-us') }} - - +
+ + + + {{ $t('navigation.productions') }} + + + {{ $t('navigation.solutions') }} + + + {{ $t('navigation.support') }} + + + {{ $t('navigation.about-us') }} + + +
+ +
- @@ -90,7 +92,6 @@ onMounted(() => { \ No newline at end of file diff --git a/app/types/strapi/singleTypes.ts b/app/types/strapi/singleTypes.ts index 6626af3..fa68b50 100644 --- a/app/types/strapi/singleTypes.ts +++ b/app/types/strapi/singleTypes.ts @@ -9,4 +9,5 @@ export interface StrapiContactInfo extends StrapiEntity { export interface StrapiHomepage extends StrapiEntity { carousel: StrapiImage[]; recommend_productions: StrapiRelation[]; + recommend_solutions: StrapiRelation[]; } \ No newline at end of file