💄 Update title and icon for control panel page

This commit is contained in:
Luke Vella 2025-05-27 09:29:50 +01:00
parent 6e7253971f
commit 5a3c3f385b
No known key found for this signature in database
GPG key ID: 469CAD687F0D784C

View file

@ -11,7 +11,7 @@ import { getLicense } from "@/features/licensing/queries";
import { prisma } from "@rallly/database";
import { cn } from "@rallly/ui";
import { Tile, TileGrid, TileTitle } from "@rallly/ui/tile";
import { HomeIcon, KeySquareIcon, UsersIcon } from "lucide-react";
import { GaugeIcon, KeySquareIcon, UsersIcon } from "lucide-react";
import Link from "next/link";
async function loadData() {
@ -36,9 +36,9 @@ export default async function AdminPage() {
<PageHeader>
<PageTitle>
<PageIcon color="indigo">
<HomeIcon />
<GaugeIcon />
</PageIcon>
<Trans i18nKey="home" defaults="Home" />
<Trans i18nKey="controlPanel" defaults="Control Panel" />
</PageTitle>
</PageHeader>
<PageContent className="space-y-8">