feat: set logo via constant

This commit is contained in:
Arnošt Pleskot
2023-09-05 15:29:02 +02:00
parent 0189120f79
commit 33e031c9fa
2 changed files with 6 additions and 9 deletions
+1
View File
@@ -237,6 +237,7 @@ export const FANCY_BG_PADDING = 24; // px
export const FANCY_BG_BORDER_RADIUS = 12; // px
export const FANCY_BG_LOGO_PADDING = 20; // px
export const FANCY_BG_LOGO_BOTTOM_PADDING = 12; // px
export const FANCY_BG_INCLUDE_LOGO = true;
export const DEFAULT_MAX_IMAGE_WIDTH_OR_HEIGHT = 1440;