Skip to content

Commit

Permalink
Adjust recommended article preview state.
Browse files Browse the repository at this point in the history
  • Loading branch information
greinard committed Feb 16, 2024
1 parent 5b1398e commit b0e9c6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export default function (props: AsthmaRecommendedArticleProps) {
return;
}
if (props.previewState === 'default') {
setRecommendedArticle({title: 'Article Title', subTitle: 'article subtitle', imageUrl: sampleResourceImage} as ResourceDefinition);
setRecommendedArticle({title: 'Recommended Article Title', subTitle: 'recommended article subtitle', imageUrl: sampleResourceImage} as ResourceDefinition);
return;
}

Expand Down

0 comments on commit b0e9c6a

Please sign in to comment.