Skip to content

Commit 00c8262

Browse files
committed
style: standardize casing for category labels and Instagram link in footer
1 parent 583fa23 commit 00c8262

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ export type CategoryType = ObjectValues<typeof CATEGORIES>;
1212
export 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;

apps/ticket/src/shared/components/Footer/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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">

0 commit comments

Comments
 (0)