feat: enable TOP for mobile app (#55200)

This commit is contained in:
Niraj Nandish
2024-06-19 12:21:52 +05:30
committed by GitHub
parent 32fbef544c
commit 12280fa02c
3 changed files with 10 additions and 4 deletions
@@ -39,7 +39,7 @@ export const orderedSuperBlockInfo = [
{ dashedName: SuperBlocks.MachineLearningPy, public: true },
{ dashedName: SuperBlocks.RespWebDesign, public: true },
{ dashedName: SuperBlocks.PythonForEverybody, public: true },
{ dashedName: SuperBlocks.TheOdinProject, public: false },
{ dashedName: SuperBlocks.TheOdinProject, public: true },
{ dashedName: SuperBlocks.JsAlgoDataStructNew, public: false },
{ dashedName: SuperBlocks.FrontEndDevLibs, public: false },
{ dashedName: SuperBlocks.DataVis, public: false },