💄 Remove page icon

This commit is contained in:
Luke Vella 2025-07-17 10:41:53 +01:00
parent f8bdfdd067
commit 74cf94cf4e
No known key found for this signature in database
GPG key ID: 469CAD687F0D784C
4 changed files with 0 additions and 8 deletions

View file

@ -1,6 +1,5 @@
import type React from "react";
import { SettingsPageIcon } from "@/app/components/page-icons";
import {
PageContainer,
PageContent,
@ -23,7 +22,6 @@ export default async function ProfileLayout({
<div className="flex items-start gap-4">
<div className="flex-1">
<PageTitle>
<SettingsPageIcon />
<Trans i18nKey="settings" />
</PageTitle>
</div>

View file

@ -1,7 +1,6 @@
import { CalendarIcon } from "lucide-react";
import type { Metadata } from "next";
import type { Params } from "@/app/[locale]/types";
import { EventPageIcon } from "@/app/components/page-icons";
import {
PageContainer,
PageContent,
@ -122,7 +121,6 @@ export default async function Page(props: {
<PageContainer>
<PageHeader>
<PageTitle>
<EventPageIcon />
<Trans i18nKey="events" defaults="Events" />
</PageTitle>
<PageDescription>

View file

@ -6,7 +6,6 @@ import {
BillingPageIcon,
CreatePageIcon,
EventPageIcon,
HomePageIcon,
PollPageIcon,
PreferencesPageIcon,
ProfilePageIcon,
@ -52,7 +51,6 @@ export default async function Page() {
<PageContainer>
<PageHeader>
<PageTitle>
<HomePageIcon />
<Trans i18nKey="home" defaults="Home" />
</PageTitle>
<PageDescription>

View file

@ -5,7 +5,6 @@ import { InboxIcon } from "lucide-react";
import type { Metadata } from "next";
import Link from "next/link";
import { PollPageIcon } from "@/app/components/page-icons";
import {
PageContainer,
PageContent,
@ -109,7 +108,6 @@ export default async function Page(props: {
<div className="flex gap-4">
<PageHeader className="flex-1">
<PageTitle>
<PollPageIcon />
<Trans i18nKey="polls" defaults="Polls" />
</PageTitle>
<PageDescription>