Skip to content

Commit d88c04b

Browse files
committed
2 parents d77c47d + 5880e5b commit d88c04b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

apps/ticket/src/app/(pages)/(home)/constants/category.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ export const CATEGORIES = {
44
ALL: "all",
55
PERMIT: "permit",
66
CEILING_SERVICE: "ceilingService",
7-
FESTIVAL: "festival",
7+
OLYMPAN: "festival",
88
} as const;
99

1010
export type CategoryType = ObjectValues<typeof CATEGORIES>;
1111

1212
export const CATEGORY_LABELS = {
1313
[CATEGORIES.ALL]: "ALL",
14-
[CATEGORIES.PERMIT]: "Permit",
14+
[CATEGORIES.PERMIT]: "PERMIT",
1515
[CATEGORIES.CEILING_SERVICE]: "Ceilingservice",
16-
[CATEGORIES.FESTIVAL]: "Festival",
16+
[CATEGORIES.OLYMPAN]: "Olympan",
1717
} as const;

apps/ticket/src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { Footer } from "@/shared/components/Footer";
1313
import Script from "next/script";
1414

1515
export const metadata: Metadata = {
16-
title: "Permit",
16+
title: "PERMIT",
1717
description: "Permit Ticket",
1818
};
1919

0 commit comments

Comments
 (0)