Spaces:
Running
Running
export const getCategoryIndex = (programNumber: number) => | |
Math.floor(programNumber / 8) | |
export const categoryEmojis = [ | |
"๐น", | |
"๐", | |
"๐น", | |
"๐ธ", | |
"๐ธ", | |
"๐ป", | |
"๐งโ๐คโ๐ง", | |
"๐บ", | |
"๐ท", | |
"๐พ", | |
"๐น๏ธ", | |
"๐ฎ", | |
"โก", | |
"๐", | |
"๐ฅ", | |
"๐", | |
] | |