File tree Expand file tree Collapse file tree
app/(pages)/(home)/constants Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ export type CategoryType = ObjectValues<typeof CATEGORIES>;
1212export const CATEGORY_LABELS = {
1313 [ CATEGORIES . ALL ] : "ALL" ,
1414 [ CATEGORIES . PERMIT ] : "PERMIT" ,
15- [ CATEGORIES . CEILING_SERVICE ] : "Ceilingservice " ,
15+ [ CATEGORIES . CEILING_SERVICE ] : "ceilingservice " ,
1616 [ CATEGORIES . OLYMPAN ] : "Olympan" ,
1717} as const ;
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ export const Footer = () => {
3535 </ a >
3636 < a href = "https://www.instagram.com/ceilingservice/" target = "_blank" rel = "noreferrer" >
3737 < Typography type = "body12" color = "gray400" style = { { textDecoration : "underline" } } >
38- Instagram_Ceiling
38+ Instagram_ceilingservice
3939 </ Typography >
4040 </ a >
4141 < a href = "https://www.instagram.com/olympan.kr/" target = "_blank" rel = "noreferrer" >
You can’t perform that action at this time.
0 commit comments