Skip to content

Commit

Permalink
chore(progress-indicator): move completion step (#12704)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: Alison Joseph <alison.joseph@us.ibm.com>
  • Loading branch information
3 people committed Nov 28, 2022
1 parent 30fd7ea commit df03832
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ function ProgressStep({
onKeyDown={handleKeyDown}
title={label}
{...rest}>
<span className={`${prefix}--assistive-text`}>{message}</span>
<SVGIcon
complete={complete}
current={current}
Expand All @@ -218,6 +217,7 @@ function ProgressStep({
<p className={`${prefix}--progress-optional`}>{secondaryLabel}</p>
) : null}
</div>
<span className={`${prefix}--assistive-text`}>{message}</span>
<span className={`${prefix}--progress-line`} />
</button>
</li>
Expand Down

0 comments on commit df03832

Please sign in to comment.