Skip to content

Commit

Permalink
fix kitsGallary bug on react rendering
Browse files Browse the repository at this point in the history
kitsGallary had a borken configuration which failed the build on server side rendering.
  • Loading branch information
Siegfriedk committed Dec 7, 2023
1 parent cc335fb commit 4533bd3
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions utils/kitsGallery.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,16 +84,4 @@ export const kitsGallery = [
img: Quality,
pageRoute: "/docs-kits/kits/Quality-Kit/Adoption%20View%20Quality%20Kit"
},
{
id: 10,
name: 'Modular Production Kit',
domain: 'Resiliency',
img: ModularProduction,
pageRoute:
'/docs-kits/kits/Modular%20Production%20Kit/Adoption%20View%20Modular%20Production%20Kit',
},
// {
// id: 4,
// img: MoreToCome
// },
]

0 comments on commit 4533bd3

Please sign in to comment.