MotirBuilding in public
MOTIR · moooon
onMotir
You’re viewing a public project. Anyone can view it — no account needed. Sign in to submit, upvote, or comment on requests.View-only — you can’t edit work items
MOTIR-778

6.16.4 Hero renders authorable tagline + tags (i18n/empty fallbacks)

Done
Description

Estimate: 30m · Type: code · Depends on: 6.16.1, 6.16.3

Render the authorable hero in PublicOverviewHero.tsx:

  • Tagline: overview.publicTagline ?? t('autoIntroTagline') (project line when set, generic fallback otherwise). Update the lines 32-34 comment — the project-specific framing now lives in the authorable hero tagline (REVERSES the 6.12.4 "framing lives in the README body" decision); keep the i18n line as the unset fallback.
  • Tags: replace the four hardcoded i18n meta Pills (~61-76) with overview.publicTags.map(... <Pill/>). Unset/empty → no pills (no magic defaults). The unused metaVibeProject/metaOpenSource/metaLicense/metaMcpNative i18n keys may be removed (or left for the seed to author into publicTags).

Acceptance criteria

  • Hero shows authored tagline + authored tags; a project without either shows the fallback line / no pills.
  • --el-* + Pill tones; shape tokens; AA-safe; matches 6.16.1.

Context refs

  • app/(public)/_components/PublicOverviewHero.tsx; design 6.16.1 Panel 1