feat: use tmp logo

This commit is contained in:
Arnošt Pleskot 2023-08-30 15:33:28 +02:00
parent 4b5ce5283b
commit db622871f0
No known key found for this signature in database
3 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

BIN
public/backgrounds/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

View File

@ -360,5 +360,5 @@ export const FANCY_BACKGROUND_IMAGES = {
export const DEFAULT_FANCY_BACKGROUND_IMAGE: keyof typeof FANCY_BACKGROUND_IMAGES =
"solid" as const;
export const EXPORT_LOGO_URL = "/backgrounds/logo.svg" as DataURL;
export const EXPORT_LOGO_URL_DARK = "/backgrounds/logo-dark.svg" as DataURL;
export const EXPORT_LOGO_URL = "/backgrounds/logo.png" as DataURL;
export const EXPORT_LOGO_URL_DARK = "/backgrounds/logo-dark.png" as DataURL;