added q-mintership default

This commit is contained in:
PhilReact 2024-12-30 10:01:32 +02:00
parent d66a6f8df6
commit 8ecfbd88ca
2 changed files with 7 additions and 1 deletions

View File

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

View File

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