Skip to content

Commit 29a0d4f

Browse files
temporary icon type change
Signed-off-by: Michael Valdron <[email protected]>
1 parent 8b9d398 commit 29a0d4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/registry-viewer/navigation.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,19 +65,19 @@ export const custom404Navigation: Custom404Navigation = [
6565
{
6666
name: 'Registry',
6767
description: 'Browse devfile stacks and samples',
68-
image: Squares2X2Icon,
68+
image: Squares2X2Icon as any,
6969
href: '/',
7070
},
7171
{
7272
name: 'Documentation',
7373
description: 'Learn how to integrate devfile with your app',
74-
image: BookOpenIcon,
74+
image: BookOpenIcon as any,
7575
href: `https://devfile.io/docs/${defaultVersion}/what-is-a-devfile`,
7676
},
7777
{
7878
name: 'API Reference',
7979
description: 'A complete API reference for devfile',
80-
image: Bars4Icon,
80+
image: Bars4Icon as any,
8181
href: `https://devfile.io/docs/${defaultVersion}/devfile-schema`,
8282
},
8383
];

0 commit comments

Comments
 (0)