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

View file

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

View file

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

View file

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