Operating System
All / Agnostic
Feature Description
The image used in these to error pages
should be rebranded.
Screenshot From 2026年04月13日 11-12-33
Screenshot From 2026年04月13日 11-12-02
by using this SVG mozac_error_no_internet_connection
Problem / Use Case
Implementing this would replace that image with one made for LibreWolf. Note that extra care was taken for the selection of widths, colors, margins, sizes, composition, etc.
The implementation is straight forward and only has to override the SVG (directly as a file of via a patch as SVG is a text file).
See also https://github.com/mozilla-firefox/firefox/blob/main/mobile/android/android-components/components/browser/errorpages/src/main/java/mozilla/components/browser/errorpages/ErrorPages.kt but no code changes are needed.
These error pages for no connection or server not found are shown relatively a lot compared to other error pages and these have specific branding which needs replacing.
### Operating System
All / Agnostic
### Feature Description
The [image](https://github.com/mozilla-firefox/firefox/blob/main/mobile/android/android-components/components/ui/icons/src/main/assets/mozac_error_no_internet_connection.svg) used in these to error pages
should be rebranded.


by using this SVG 
### Problem / Use Case
Implementing this would replace that image with one made for LibreWolf. Note that extra care was taken for the selection of widths, colors, margins, sizes, composition, etc.
The implementation is straight forward and only has to override the SVG (directly as a file of via a patch as SVG is a text file).
See also https://github.com/mozilla-firefox/firefox/blob/main/mobile/android/android-components/components/browser/errorpages/src/main/java/mozilla/components/browser/errorpages/ErrorPages.kt but no code changes are needed.
These error pages for no connection or server not found are shown relatively a lot compared to other error pages and these have specific branding which needs replacing.