File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
1010export type CategoryType = ObjectValues < typeof CATEGORIES > ;
1111
1212export 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 ;
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import { Footer } from "@/shared/components/Footer";
1313import Script from "next/script" ;
1414
1515export const metadata : Metadata = {
16- title : "Permit " ,
16+ title : "PERMIT " ,
1717 description : "Permit Ticket" ,
1818} ;
1919
You can’t perform that action at this time.
0 commit comments