From 2c1ebbf974de52220007eabe3d6255e73c44d40b Mon Sep 17 00:00:00 2001 From: Frenkie Nguyen Date: Wed, 27 Nov 2024 17:07:22 +0700 Subject: [PATCH] [Issue-203] [Mythical] Add "Mythical" type for Rarity on Filter screen --- .../src/constants/myth/optionFilterCard.ts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/packages/extension-koni-ui/src/constants/myth/optionFilterCard.ts b/packages/extension-koni-ui/src/constants/myth/optionFilterCard.ts index 248a91b5a2..9392da75e1 100644 --- a/packages/extension-koni-ui/src/constants/myth/optionFilterCard.ts +++ b/packages/extension-koni-ui/src/constants/myth/optionFilterCard.ts @@ -10,7 +10,10 @@ export const PositionOptions = [ { id: 'OL', label: 'Offensive Linemen (OL)' }, { id: 'RB', label: 'Running BAck (RB)' }, { id: 'FS', label: 'Free Safety (FS)' }, - { id: 'K', label: 'Kicker (K)' } + { id: 'K', label: 'Kicker (K)' }, + { id: 'DE', label: 'Defensive End (DE)' }, + { id: 'DT', label: 'Defensive Tackle (DT)' }, + { id: 'LB', label: 'Linebacker (LB)' } ]; export const TeamOptions = [ @@ -90,7 +93,8 @@ export const RarityOptions = [ { id: 'rare', label: 'Rare' }, { id: 'epic', label: 'Epic' }, { id: 'legendary', label: 'Legendary' }, - { id: 'common', label: 'Common' } + { id: 'common', label: 'Common' }, + { id: 'mythical', label: 'Mythical' } ]; export const PowerOptions = [