Fix battlesuit filter icons
|
After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 14 KiB |
@@ -263,21 +263,25 @@ export const valkyries = [
|
||||
},
|
||||
{
|
||||
value: 'pardofelis',
|
||||
icon: 'valkyrie-icons/pardofelis',
|
||||
label: 'Pardofelis',
|
||||
krLabel: '파르도 필리스',
|
||||
},
|
||||
{
|
||||
value: 'aponia',
|
||||
icon: 'valkyrie-icons/aponia',
|
||||
label: 'Aponia',
|
||||
krLabel: '아포니아',
|
||||
},
|
||||
{
|
||||
value: 'eden',
|
||||
icon: 'valkyrie-icons/eden',
|
||||
label: 'Eden',
|
||||
krLabel: '에덴',
|
||||
},
|
||||
{
|
||||
value: 'griseo',
|
||||
icon: 'valkyrie-icons/griseo',
|
||||
label: 'Griseo',
|
||||
krLabel: '그리세오',
|
||||
},
|
||||
|
||||
@@ -64,7 +64,6 @@ const BattlesuitListPage = ({ battlesuits }: BattlesuitListPageProps) => {
|
||||
|
||||
const battlesuitList = useMemo(() => {
|
||||
return battlesuits.map((battlesuit) => {
|
||||
console.log(battlesuit)
|
||||
const hidden = isBattlesuitHidden(battlesuit, filter)
|
||||
return (
|
||||
<BattlesuitCard
|
||||
|
||||