You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(web): uniform auth-aware nav across public pages
Adds a shared (public)/layout.tsx that renders the session-aware
MarketingNav + Footer once, so every public page (incl. client
pages like feedback) reflects login state — fixing the 'Sign in
shown while signed in' bug on feedback and the 404 page. Strips the
now-redundant per-page chrome. The immersive /c/[slug] share page
moves to a chrome-less (share) group (URL unchanged). Relabels the
'Following' nav item to 'Feed'.
0 commit comments