mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-25 20:27:44 +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 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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue