Fix empty card layout

pull/2866/head
v-crispadvice 2023-07-07 23:11:31 +03:00
parent 584e33c480
commit 8e5d0f19d3
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
// Constants // Constants
let SWAP_SIDE_BUZZ_MILLISECONDS = 50; let SWAP_SIDE_BUZZ_MILLISECONDS = 50;
let CARD_DATA_FILE = "flashcards.data.json"; let CARD_DATA_FILE = "flashcards.data.json";
let CARD_EMPTY = "no cards found"; let CARD_EMPTY = "found no cards";
let CARD_LINE_LENGTH = 8; let CARD_LINE_LENGTH = 8;
let CARD_LINE_FONT = "20%"; let CARD_LINE_FONT = "20%";