Update category labels
Add descriptions to category labels in the UI.
This commit is contained in:
@@ -13,6 +13,13 @@ export const categoryIcons: Record<string, React.ReactNode> = {
|
||||
// 지출 카테고리 목록 - 3개로 제한
|
||||
export const EXPENSE_CATEGORIES = ['음식', '쇼핑', '교통비'];
|
||||
|
||||
// 카테고리 부가 설명 정의
|
||||
export const CATEGORY_DESCRIPTIONS: Record<string, string> = {
|
||||
음식: '(식비, 음료)',
|
||||
쇼핑: '',
|
||||
교통비: '(차량 유지비)',
|
||||
};
|
||||
|
||||
// 기본 카테고리 예산 설정
|
||||
export const DEFAULT_CATEGORY_BUDGETS = {
|
||||
음식: 400000,
|
||||
|
||||
Reference in New Issue
Block a user