diff --git a/TokanPages.ClientApp/src/Api/Models/Components/headerContentDto.ts b/TokanPages.ClientApp/src/Api/Models/Components/headerContentDto.ts index 188000dd4..4045317a3 100644 --- a/TokanPages.ClientApp/src/Api/Models/Components/headerContentDto.ts +++ b/TokanPages.ClientApp/src/Api/Models/Components/headerContentDto.ts @@ -5,6 +5,7 @@ export interface HeaderContentDto { language: string; photo: string; caption: string; + subtitle: string; description: string; action: LinkDto; }; diff --git a/TokanPages.ClientApp/src/Components/Articles/ArticleFeature/View/articleFeatureView.tsx b/TokanPages.ClientApp/src/Components/Articles/ArticleFeature/View/articleFeatureView.tsx index aa38317ea..02644bbb5 100644 --- a/TokanPages.ClientApp/src/Components/Articles/ArticleFeature/View/articleFeatureView.tsx +++ b/TokanPages.ClientApp/src/Components/Articles/ArticleFeature/View/articleFeatureView.tsx @@ -55,7 +55,7 @@ export const ArticleFeatureView = (): JSX.Element => { - + {features?.isLoading ? ( @@ -63,7 +63,7 @@ export const ArticleFeatureView = (): JSX.Element => { features?.content?.text1 )} - + {features?.isLoading ? ( @@ -72,7 +72,7 @@ export const ArticleFeatureView = (): JSX.Element => { )} - + {features?.isLoading ? ( ) : ( diff --git a/TokanPages.ClientApp/src/Components/Layout/Header/__snapshots__/headerView.test.tsx.snap b/TokanPages.ClientApp/src/Components/Layout/Header/__snapshots__/headerView.test.tsx.snap index 470d5d8d2..acf8669d2 100644 --- a/TokanPages.ClientApp/src/Components/Layout/Header/__snapshots__/headerView.test.tsx.snap +++ b/TokanPages.ClientApp/src/Components/Layout/Header/__snapshots__/headerView.test.tsx.snap @@ -11,7 +11,7 @@ exports[`test component: headerView should render correctly '' whe class="MuiGrid-root MuiGrid-item MuiGrid-grid-xs-12 MuiGrid-grid-md-7" > @@ -19,7 +19,7 @@ exports[`test component: headerView should render correctly '' whe class="MuiGrid-root makeStyles-section_container-2 MuiGrid-item MuiGrid-grid-xs-12 MuiGrid-grid-md-5" >
' whe
+
+ +
I do programming for a living...