diff --git a/.claude/plans/reflective-meandering-castle.md b/.claude/plans/reflective-meandering-castle.md
index 46a05f2a..982de6bf 100644
--- a/.claude/plans/reflective-meandering-castle.md
+++ b/.claude/plans/reflective-meandering-castle.md
@@ -30,7 +30,7 @@ After getting Claude Max OAuth working on the live server, hardening the deploy
- **Change**: Ensure `` is in index.html (Vite PWA generates this). Verify all icon files exist at referenced paths. Check HTTPS is working (PWA requires secure context). Remove conflicting static manifest.json if Vite PWA plugin generates its own.
- **Verify**: On phone (HTTPS), check DevTools > Application for manifest. Test Add to Home Screen.
-### Task 5: Remove mobile headings on Cloud/Network/Apps/Store
+### Task 5: Remove mobile headings on Cloud/Network/Apps/Store [DONE]
- **Files**: `neode-ui/src/views/Marketplace.vue`, `neode-ui/src/views/Home.vue`
- **Change**: Marketplace.vue line 76: add `hidden md:flex` to header container. Home.vue: reduce `mb-8` to `mb-4 md:mb-8` on welcome header. Apps.vue, Cloud.vue, Server.vue already have `hidden md:block` — confirmed correct.
- **Verify**: All views on mobile viewport — headings hidden, no wasted space
diff --git a/neode-ui/src/views/Home.vue b/neode-ui/src/views/Home.vue
index f3512711..3fca08db 100644
--- a/neode-ui/src/views/Home.vue
+++ b/neode-ui/src/views/Home.vue
@@ -1,6 +1,6 @@