fix(frontend): rebrand Bete → GMW (title, logo aria-label, dashboard heading)
- layout.tsx metadata title: Bete → GMW - Discord Moderation Console - spine.tsx logo aria-label: Bete → GMW - dashboard/view.tsx heading: Bete Console → GMW Console (tsc clean, next build green)
This commit is contained in:
@@ -192,7 +192,7 @@ function Hero({
|
|||||||
</div>
|
</div>
|
||||||
<div className="relative z-10 flex flex-wrap items-center justify-between gap-4">
|
<div className="relative z-10 flex flex-wrap items-center justify-between gap-4">
|
||||||
<div>
|
<div>
|
||||||
<div className="display text-3xl">Bete Console</div>
|
<div className="display text-3xl">GMW Console</div>
|
||||||
<div className="mt-1 text-sm text-[var(--color-ink-soft)]">
|
<div className="mt-1 text-sm text-[var(--color-ink-soft)]">
|
||||||
{stats?.total_messages?.toLocaleString() ?? 0} messages watched ·{" "}
|
{stats?.total_messages?.toLocaleString() ?? 0} messages watched ·{" "}
|
||||||
{stats?.total_users?.toLocaleString() ?? 0} users
|
{stats?.total_users?.toLocaleString() ?? 0} users
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ const bricolage = Bricolage_Grotesque({
|
|||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Bete — Discord Moderation Console",
|
title: "GMW — Discord Moderation Console",
|
||||||
description:
|
description:
|
||||||
"AI-powered Discord moderation, voice monitoring, and media control console",
|
"AI-powered Discord moderation, voice monitoring, and media control console",
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ export function Spine() {
|
|||||||
<Link
|
<Link
|
||||||
href="/dashboard"
|
href="/dashboard"
|
||||||
className="mb-3 flex size-9 items-center justify-center rounded-[var(--radius-r-control)] bg-[var(--color-signal)] text-sm font-black text-[var(--color-signal-ink)]"
|
className="mb-3 flex size-9 items-center justify-center rounded-[var(--radius-r-control)] bg-[var(--color-signal)] text-sm font-black text-[var(--color-signal-ink)]"
|
||||||
aria-label="Bete"
|
aria-label="GMW"
|
||||||
>
|
>
|
||||||
B
|
B
|
||||||
</Link>
|
</Link>
|
||||||
|
|||||||
Reference in New Issue
Block a user