Skip to content

Commit bf6749a

Browse files
committed
feat(ui): Add an icon to issues menu item
Signed-off-by: Jyrki Keisala <[email protected]>
1 parent fa66a14 commit bf6749a

File tree

1 file changed

+2
-0
lines changed
  • ui/src/routes/_layout/organizations/$orgId/products/$productId/repositories/$repoId/_layout

1 file changed

+2
-0
lines changed

ui/src/routes/_layout/organizations/$orgId/products/$productId/repositories/$repoId/_layout/route.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
import { createFileRoute, Outlet } from '@tanstack/react-router';
2121
import {
2222
Boxes,
23+
Bug,
2324
Eye,
2425
FileText,
2526
ListTree,
@@ -76,6 +77,7 @@ const Layout = () => {
7677
{
7778
title: 'Issues',
7879
to: '/organizations/$orgId/products/$productId/repositories/$repoId/runs/$runIndex/issues',
80+
icon: () => <Bug className='h-4 w-4' />,
7981
},
8082
{
8183
title: 'Reports',

0 commit comments

Comments
 (0)