We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b9d398 commit 29a0d4fCopy full SHA for 29a0d4f
apps/registry-viewer/navigation.ts
@@ -65,19 +65,19 @@ export const custom404Navigation: Custom404Navigation = [
65
{
66
name: 'Registry',
67
description: 'Browse devfile stacks and samples',
68
- image: Squares2X2Icon,
+ image: Squares2X2Icon as any,
69
href: '/',
70
},
71
72
name: 'Documentation',
73
description: 'Learn how to integrate devfile with your app',
74
- image: BookOpenIcon,
+ image: BookOpenIcon as any,
75
href: `https://devfile.io/docs/${defaultVersion}/what-is-a-devfile`,
76
77
78
name: 'API Reference',
79
description: 'A complete API reference for devfile',
80
- image: Bars4Icon,
+ image: Bars4Icon as any,
81
href: `https://devfile.io/docs/${defaultVersion}/devfile-schema`,
82
83
];
0 commit comments