diff --git a/src/pages/ProjectPage.tsx b/src/pages/ProjectPage.tsx index e141cb19..9d2710be 100644 --- a/src/pages/ProjectPage.tsx +++ b/src/pages/ProjectPage.tsx @@ -282,9 +282,11 @@ export function ProjectPage() { {/* Logo — outside overflow-hidden container. Uses ProjectLogo for consistency with marketplace cards / desktop dock: - real uploaded logo fills the tile (no blik visible); a missing logo - falls back to a 2-letter monogram with the gradient blik visible. */} -
+ real uploaded logo renders un-cropped on the accent tile; a missing + logo falls back to a 2-letter monogram with gloss. + No frame around the tile — mirrors the border-4 removal on the + dev-portal/backoffice overview pages. */} +
{project.name}

{project.tagline}

- + {/* Neutral chip on purpose — accent-tinted text turns unreadable + with dark/low-contrast project accent colors. */} + {categoryLabels[project.category] ?? project.category} {project.tags.slice(0, 3).map((tag) => (