mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: use tmp logo
This commit is contained in:
parent
4b5ce5283b
commit
db622871f0
3 changed files with 2 additions and 2 deletions
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 =
|
export const DEFAULT_FANCY_BACKGROUND_IMAGE: keyof typeof FANCY_BACKGROUND_IMAGES =
|
||||||
"solid" as const;
|
"solid" as const;
|
||||||
|
|
||||||
export const EXPORT_LOGO_URL = "/backgrounds/logo.svg" as DataURL;
|
export const EXPORT_LOGO_URL = "/backgrounds/logo.png" as DataURL;
|
||||||
export const EXPORT_LOGO_URL_DARK = "/backgrounds/logo-dark.svg" as DataURL;
|
export const EXPORT_LOGO_URL_DARK = "/backgrounds/logo-dark.png" as DataURL;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue