mirror of
https://github.com/Qortal/chrome-extension.git
synced 2025-02-11 17:55:49 +00:00
fix names
This commit is contained in:
parent
cf2b78fc5d
commit
f2c252bdcf
@ -22,7 +22,7 @@ export const sortablePinnedAppsAtom = atom({
|
|||||||
name: 'Q-Shop',
|
name: 'Q-Shop',
|
||||||
service: 'APP'
|
service: 'APP'
|
||||||
},{
|
},{
|
||||||
name: 'Qombo',
|
name: 'qombo',
|
||||||
service: 'APP'
|
service: 'APP'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -44,7 +44,7 @@ const officialAppList = [
|
|||||||
"q-shop",
|
"q-shop",
|
||||||
"q-trade",
|
"q-trade",
|
||||||
"q-support",
|
"q-support",
|
||||||
"NodeInfo"
|
"nodeinfo"
|
||||||
];
|
];
|
||||||
|
|
||||||
const ScrollerStyled = styled('div')({
|
const ScrollerStyled = styled('div')({
|
||||||
|
@ -59,7 +59,7 @@ const officialAppList = [
|
|||||||
"q-shop",
|
"q-shop",
|
||||||
"q-trade",
|
"q-trade",
|
||||||
"q-support",
|
"q-support",
|
||||||
"NodeInfo"
|
"nodeinfo"
|
||||||
];
|
];
|
||||||
|
|
||||||
const ScrollerStyled = styled("div")({
|
const ScrollerStyled = styled("div")({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user