Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
actually fix svg
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerry Archibald committed Aug 10, 2022
1 parent 2053198 commit d1aee34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/elements/AppWarning.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const AppWarning: React.FC<IProps> = (props) => {
return (
<div className='mx_AppPermissionWarning'>
<div className='mx_AppPermissionWarningImage'>
<img src={require("../../../../res/img/verified.svg").default} alt='' />
<img src={require("../../../../res/img/e2e/verified.svg").default} alt='' />
</div>
<div className='mx_AppPermissionWarningText'>
<span className='mx_AppPermissionWarningTextLabel'>{ props.errorMsg || "Error" }</span>
Expand Down

0 comments on commit d1aee34

Please sign in to comment.