added q-mintership default

This commit is contained in:
PhilReact 2024-12-30 10:01:44 +02:00
parent ee34984b49
commit d914fccb82
3 changed files with 8 additions and 2 deletions

View File

@ -40,6 +40,10 @@ export const sortablePinnedAppsAtom = atom({
{ {
name: 'Q-Manager', name: 'Q-Manager',
service: 'APP' service: 'APP'
},
{
name: 'Q-Mintership',
service: 'APP'
} }
], ],
}); });

View File

@ -45,7 +45,8 @@ const officialAppList = [
"q-trade", "q-trade",
"q-support", "q-support",
"nodeinfo", "nodeinfo",
"q-manager" "q-manager",
"q-mintership"
]; ];
const ScrollerStyled = styled('div')({ const ScrollerStyled = styled('div')({

View File

@ -55,7 +55,8 @@ const officialAppList = [
"qombo", "qombo",
"q-fund", "q-fund",
"q-shop", "q-shop",
"q-manager" "q-manager",
"q-mintership"
]; ];
const ScrollerStyled = styled("div")({ const ScrollerStyled = styled("div")({