mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-23 19:27:25 +02:00
💄 Remove page icon
This commit is contained in:
parent
f8bdfdd067
commit
74cf94cf4e
4 changed files with 0 additions and 8 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue