Skip to content

Commit

Permalink
Replace Element Web's logo with SchildiChat logo on the error page
Browse files Browse the repository at this point in the history
Signed-off-by: Suguru Hirahara <[email protected]>
  • Loading branch information
luixxiul committed Dec 1, 2024
1 parent f335d70 commit 0fbb638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/async-components/structures/ErrorView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ export const ErrorView: React.FC<IProps> = ({ title, messages, footer, children
<img
className="mx_ErrorView_logo"
height="160"
src="themes/element/img/logos/element-app-logo.png"
alt="Element"
src="themes/element/img/logos/element-logo.svg"
alt="SchildiChat Logo"
/>
<div className="mx_ErrorView_container">
<Heading size="md" weight="semibold">
Expand Down

0 comments on commit 0fbb638

Please sign in to comment.