Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
54nd10 committed Sep 15, 2023
1 parent f29d8fa commit eeb09f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/cms/renderer/components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ export const componentBlueprints: ComponentBlueprints = {
'feature-list': featureListBlueprint,
'article-list': articleListBlueprint,
'related-articles': articleListBlueprint,
'solution-list': articleListBlueprint,
'solution-list': solutionListBlueprint,
'related-solutions': solutionListBlueprint,
'article-content': solutionListBlueprint,
'article-content': articleContentBlueprint,
'background-image': backgroundImageBlueprint,
'home-hero': homeHeroBlueprint
}
Expand Down

0 comments on commit eeb09f2

Please sign in to comment.