Skip to content

Commit

Permalink
chore: ui lint fix
Browse files Browse the repository at this point in the history
Signed-off-by: Saravanan Balasubramanian <sarabala1979@gmail.com>
  • Loading branch information
sarabala1979 committed Jan 11, 2024
1 parent a4c0128 commit 0fdf745
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,7 @@ export function WorkflowDrawer(props: WorkflowDrawerProps) {
left: (
<div className='workflow-drawer__title'>
RESOURCES DURATION&nbsp;
<a
href='https://argoproj.github.io/argo-workflows/resource-duration/'
onClick={e => e.stopPropagation()}
target='_blank'>
<a href='https://argoproj.github.io/argo-workflows/resource-duration/' onClick={e => e.stopPropagation()} target='_blank'>
<i className='fas fa-info-circle' />
</a>
</div>
Expand Down

0 comments on commit 0fdf745

Please sign in to comment.