feat: use tmp logo
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 5.8 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 6.1 KiB |
+2
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user