Added issues dashboard
This commit is contained in:
@@ -22,7 +22,7 @@ func buildLayoutProps(searchQuery string) components.LayoutProps {
|
||||
},
|
||||
},
|
||||
Routes: []components.NavRoutes{
|
||||
{Name: "Dashboard", Path: "/", Icon: components.IconDashboard()},
|
||||
{Name: "Dashboard", Path: "/dashboard", Icon: components.IconDashboard()},
|
||||
{Name: "Issues", Path: "/", Icon: components.IconIssues()},
|
||||
{Name: "Agile Board", Path: "/board", Icon: components.IconAgileBoard()},
|
||||
{Name: "Backlog", Path: "/backlog", Icon: components.IconBacklog()},
|
||||
|
||||
Reference in New Issue
Block a user