Skip to content

Commit da5aeaa

Browse files
1chooocursoragent
andcommitted
style(web): drop Live design demo eyebrow
The ← Designs crumb already names the page; the title can sit under it. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent d69ae16 commit da5aeaa

3 files changed

Lines changed: 0 additions & 9 deletions

File tree

apps/web/app/designs/art/layout.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ export default async function ArtShowcaseLayout({
3535
</Link>
3636
<div className="mb-8 flex flex-col gap-4 sm:mb-10 sm:flex-row sm:items-end sm:justify-between">
3737
<div className="max-w-xl">
38-
<p className="mb-2 text-xs font-medium uppercase tracking-[0.15em] text-muted-foreground">
39-
Live design demo
40-
</p>
4138
<h1 className="text-balance text-3xl font-semibold tracking-[-0.03em] text-foreground md:text-4xl">
4239
{design.title}
4340
</h1>

apps/web/app/designs/dev/layout.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ export default async function DevShowcaseLayout({
3535
</Link>
3636
<div className="mb-8 flex flex-col gap-4 sm:mb-10 sm:flex-row sm:items-end sm:justify-between">
3737
<div className="max-w-xl">
38-
<p className="mb-2 text-xs font-medium uppercase tracking-[0.15em] text-muted-foreground">
39-
Live design demo
40-
</p>
4138
<h1 className="text-balance text-3xl font-semibold tracking-[-0.03em] text-foreground md:text-4xl">
4239
{design.title}
4340
</h1>

apps/web/app/designs/link/layout.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ export default async function LinkShowcaseLayout({
3535
</Link>
3636
<div className="mb-8 flex flex-col gap-4 sm:mb-10 sm:flex-row sm:items-end sm:justify-between">
3737
<div className="max-w-xl">
38-
<p className="mb-2 text-xs font-medium uppercase tracking-[0.15em] text-muted-foreground">
39-
Live design demo
40-
</p>
4138
<h1 className="text-balance text-3xl font-semibold tracking-[-0.03em] text-foreground md:text-4xl">
4239
{design.title}
4340
</h1>

0 commit comments

Comments
 (0)