mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-05 19:46:57 +00:00
fix incorrect file extension for error image
This commit is contained in:
parent
d41372f948
commit
69448c0204
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ export const ROLE_POLICIES = [
|
|||
'chatAvailability',
|
||||
] as const;
|
||||
|
||||
export const DEFAULT_SERVER_ERROR_IMAGE_URL = '/client-assets/status/error.jpg';
|
||||
export const DEFAULT_SERVER_ERROR_IMAGE_URL = '/client-assets/status/error.png';
|
||||
export const DEFAULT_NOT_FOUND_IMAGE_URL = '/client-assets/status/missingpage.webp';
|
||||
export const DEFAULT_INFO_IMAGE_URL = '/client-assets/status/nothinghere.png';
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue