Skip to content

Commit

Permalink
fix: Fix WorkflowTemplate icons to be more cohesive (#2607)
Browse files Browse the repository at this point in the history
  • Loading branch information
simster7 authored Apr 7, 2020
1 parent 0130e1f commit d95926f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/app/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ const navItems = [
{
title: 'Workflow Templates',
path: workflowTemplatesUrl,
iconClassName: 'fas fa-object-group'
iconClassName: 'fa fa-window-maximize'
},
{
title: 'Cluster Workflow Templates',
path: clusterWorkflowTemplatesUrl,
iconClassName: 'fa fa-clone'
iconClassName: 'fa fa-window-restore'
},
{
title: 'Cron Workflows',
Expand Down

0 comments on commit d95926f

Please sign in to comment.