fix: hide page title on mobile Profile view
The mobile profile form already renders its own header via ProfileMobileView, so the desktop page title was redundant on small viewports. Quality gates: npm run typecheck, npm run lint Refs: openspec/changes/mobile-tool-profile-ui
This commit is contained in:
+2
-2
@@ -4,10 +4,10 @@ dir: apps
|
||||
index: apps/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Container directory for individual deployable applications within the project.
|
||||
Contains the main deployable application entry points and top-level configurations for the project.
|
||||
## files
|
||||
## arch
|
||||
Monorepo-style organization where each subdirectory represents a standalone application sharing common infrastructure and dependencies.
|
||||
Monorepo-style app separation with distinct application boundaries, likely sharing common libraries/modules while maintaining independent deployment artifacts.
|
||||
## tags
|
||||
-
|
||||
## symbols
|
||||
|
||||
Reference in New Issue
Block a user