Skip to content

Commit

Permalink
chore: fix page header capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
nkrantz committed Jan 25, 2024
1 parent ae88a26 commit c2f58ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default ComponentPageLayout;

export const getStaticProps = async () => {
const navigationData = await getNavigationData();
const feature = await getFeature('Page header');
const feature = await getFeature('Page Header');
return {
props: {
data: {
Expand Down

0 comments on commit c2f58ca

Please sign in to comment.