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

Commit d1aee34

Browse files
author
Kerry Archibald
committed
actually fix svg
1 parent 2053198 commit d1aee34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/views/elements/AppWarning.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const AppWarning: React.FC<IProps> = (props) => {
2424
return (
2525
<div className='mx_AppPermissionWarning'>
2626
<div className='mx_AppPermissionWarningImage'>
27-
<img src={require("../../../../res/img/verified.svg").default} alt='' />
27+
<img src={require("../../../../res/img/e2e/verified.svg").default} alt='' />
2828
</div>
2929
<div className='mx_AppPermissionWarningText'>
3030
<span className='mx_AppPermissionWarningTextLabel'>{ props.errorMsg || "Error" }</span>

0 commit comments

Comments
 (0)