mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-03 16:38:34 +02:00
💄 Update title and icon for control panel page
This commit is contained in:
parent
6e7253971f
commit
5a3c3f385b
1 changed files with 3 additions and 3 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue