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:
@@ -93,7 +93,7 @@ export const ProfilePage = () => {
|
||||
|
||||
return (
|
||||
<section className="stack">
|
||||
<h1>Profile</h1>
|
||||
{!isMobile && <h1>Profile</h1>}
|
||||
|
||||
{displayStatus === "loading" && <LoadingState message="Loading profile..." />}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user