Skip to content

Commit

Permalink
fix: add missing alt attribute to Upgrade Succeed image (#941)
Browse files Browse the repository at this point in the history
Co-authored-by: plodsoft <xplzjwz@gmail.com>
  • Loading branch information
shunyue1320 and arucil committed Jun 13, 2023
1 parent ae5f5a8 commit f7aa845
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ export const Workspace: React.FC<React.PropsWithChildren<unknown>> = () => {
width={'250px'}
src={theme.palette.type === 'light' ? UpgradeSucceedLight.src : UpgradeSucceedDark.src}
style={{ marginTop: 16 }}
alt="Upgrade Succeed"
/>,
btnText: t(Strings.got_it)
});
Expand Down

0 comments on commit f7aa845

Please sign in to comment.