mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-09 10:37:22 +02:00
feat: use tmp logo
This commit is contained in:
BIN
public/backgrounds/logo-dark.png
Normal file
BIN
public/backgrounds/logo-dark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.8 KiB |
BIN
public/backgrounds/logo.png
Normal file
BIN
public/backgrounds/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.1 KiB |
@@ -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