mirror of
https://github.com/acid-info/logos-ordinals-dashboard.git
synced 2025-01-28 22:27:01 +00:00
chore: change filter order
This commit is contained in:
parent
b345e5659f
commit
b6c14d4e10
@ -23,14 +23,14 @@ export const COMP = [
|
|||||||
|
|
||||||
export const BACKGROUND = [
|
export const BACKGROUND = [
|
||||||
'[CAMOED]',
|
'[CAMOED]',
|
||||||
'Cypress',
|
|
||||||
'[CYPHERED]',
|
'[CYPHERED]',
|
||||||
|
'[REDACTED]',
|
||||||
|
'Cypress',
|
||||||
'LimeWire',
|
'LimeWire',
|
||||||
'Mariana',
|
'Mariana',
|
||||||
'Marooned',
|
'Marooned',
|
||||||
'Nightfall',
|
'Nightfall',
|
||||||
'Phantom',
|
'Phantom',
|
||||||
'[REDACTED]',
|
|
||||||
'Rust',
|
'Rust',
|
||||||
'Sanguine',
|
'Sanguine',
|
||||||
'Sulphur',
|
'Sulphur',
|
||||||
@ -40,32 +40,32 @@ export const BACKGROUND = [
|
|||||||
export const SKIN = [
|
export const SKIN = [
|
||||||
'[CAMOED]',
|
'[CAMOED]',
|
||||||
'[CYPHERED]',
|
'[CYPHERED]',
|
||||||
|
'[REDACTED]',
|
||||||
'IC1',
|
'IC1',
|
||||||
'IC2',
|
'IC2',
|
||||||
'IC3',
|
'IC3',
|
||||||
'IC4',
|
'IC4',
|
||||||
'IC6',
|
'IC6',
|
||||||
'[REDACTED]',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
export const HELMET = [
|
export const HELMET = [
|
||||||
'Aurora crested helm',
|
|
||||||
'[CAMOED]',
|
'[CAMOED]',
|
||||||
'Celestial crested helm',
|
|
||||||
'[CYPHERED]',
|
'[CYPHERED]',
|
||||||
'Ethereal crested helm',
|
|
||||||
'[REDACTED]',
|
'[REDACTED]',
|
||||||
|
'Aurora crested helm',
|
||||||
|
'Celestial crested helm',
|
||||||
|
'Ethereal crested helm',
|
||||||
'Regal crested helm',
|
'Regal crested helm',
|
||||||
'Verdant crested helm',
|
'Verdant crested helm',
|
||||||
]
|
]
|
||||||
|
|
||||||
export const JACKET = [
|
export const JACKET = [
|
||||||
'Amethyst frock coat',
|
|
||||||
'[CAMOED]',
|
'[CAMOED]',
|
||||||
'Carmine frock coat',
|
|
||||||
'[CYPHERED]',
|
'[CYPHERED]',
|
||||||
|
'[REDACTED]',
|
||||||
|
'Amethyst frock coat',
|
||||||
|
'Carmine frock coat',
|
||||||
'Cobalt frock coat',
|
'Cobalt frock coat',
|
||||||
'Emerald frock coat',
|
'Emerald frock coat',
|
||||||
'[REDACTED]',
|
|
||||||
'Sulphur frock coat',
|
'Sulphur frock coat',
|
||||||
]
|
]
|
||||||
|
@ -113,7 +113,7 @@ const ExploreSection: React.FC<ExploreSectionProps> = () => {
|
|||||||
/>
|
/>
|
||||||
</DropdownContainer>
|
</DropdownContainer>
|
||||||
<OperatorGrid
|
<OperatorGrid
|
||||||
key={randomizedOperators?.join(',')}
|
key={JSON.stringify(filter)}
|
||||||
data={randomizedOperators as any}
|
data={randomizedOperators as any}
|
||||||
isLoading={isLoading}
|
isLoading={isLoading}
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user