remove comparisons, move panel

This commit is contained in:
legop3
2026-06-19 17:06:57 -04:00
parent 3bad454e0d
commit 36ff14824e
7 changed files with 13 additions and 121 deletions
+1 -1
View File
@@ -193,8 +193,8 @@ function MobileFeatureTabs({
{/* activities tab */}
<TabPanel id="activities">
<div className={`flex flex-col ${themeGapClass}`}>
<OdometerPanel />
<BarcodeGamesPanel />
<OdometerPanel />
<ButtonBoxPanel />
<KinectPanel />
</div>