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 fa66a14 commit bf6749aCopy full SHA for bf6749a
ui/src/routes/_layout/organizations/$orgId/products/$productId/repositories/$repoId/_layout/route.tsx
@@ -20,6 +20,7 @@
20
import { createFileRoute, Outlet } from '@tanstack/react-router';
21
import {
22
Boxes,
23
+ Bug,
24
Eye,
25
FileText,
26
ListTree,
@@ -76,6 +77,7 @@ const Layout = () => {
76
77
{
78
title: 'Issues',
79
to: '/organizations/$orgId/products/$productId/repositories/$repoId/runs/$runIndex/issues',
80
+ icon: () => <Bug className='h-4 w-4' />,
81
},
82
83
title: 'Reports',
0 commit comments