mirror of
https://github.com/romancm/gamebrary
synced 2024-11-10 05:34:15 +00:00
Adjust image placeholder aspect ratio
This commit is contained in:
parent
0dc568be0f
commit
d1de9d9f89
2 changed files with 1 additions and 1 deletions
Binary file not shown.
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 68 KiB |
|
@ -17,7 +17,7 @@ export const MAX_PROFILE_LENGTH = 20;
|
||||||
export const STEAM_CATEGORY_ID = 13;
|
export const STEAM_CATEGORY_ID = 13;
|
||||||
export const GOG_CATEGORY_ID = 17;
|
export const GOG_CATEGORY_ID = 17;
|
||||||
export const TWITTER_CATEGORY_ID = 5;
|
export const TWITTER_CATEGORY_ID = 5;
|
||||||
export const NO_IMAGE_PATH = '/no-image.png';
|
export const NO_IMAGE_PATH = '/placeholder.gif';
|
||||||
|
|
||||||
export const BOARD_TYPE_STANDARD = 'standard';
|
export const BOARD_TYPE_STANDARD = 'standard';
|
||||||
export const BOARD_TYPE_KANBAN = 'kanban';
|
export const BOARD_TYPE_KANBAN = 'kanban';
|
||||||
|
|
Loading…
Reference in a new issue