fix: IconArrow typo

This commit is contained in:
lihao.ylh 2021-06-29 19:37:04 +08:00
parent d30753bb5e
commit d12d298196

View File

@ -78,7 +78,7 @@ export default class Stage extends Component<StageProps> {
const stageBacker = stage?.hasBack() ? (
<div className="skeleton-stagebox-stagebacker">
<IconArrow className="skeleton-stagebox-stage-IconArrow" size="medium" data-stage-target="stageback" />
<IconArrow className="skeleton-stagebox-stage-arrow" size="medium" data-stage-target="stageback" />
<span className="skeleton-stagebox-stage-title">{newTitle}</span>
<IconExit className="skeleton-stagebox-stage-exit" size="medium" data-stage-target="stageexit" />
</div>