Skip to content

Commit 0ec082a

Browse files
committed
fix: remove whitespace around slash in tag content
1 parent aa4803f commit 0ec082a

File tree

1 file changed

+1
-1
lines changed
  • noweekend-core/core-domain/src/main/kotlin/noweekend/core/domain/tag

1 file changed

+1
-1
lines changed

noweekend-core/core-domain/src/main/kotlin/noweekend/core/domain/tag/BasicTag.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ enum class BasicTag(
1111
GROCERY_SHOPPING("장 보기 / 마트 가기"),
1212
FAMILY_GATHERING("가족 모임"),
1313
HOSPITAL_APPOINTMENT("병원 예약"),
14-
CAFE_WORK("카페에서 작업 / 휴식"),
14+
CAFE_WORK("카페에서 작업/휴식"),
1515
FRIEND_MEETING("친구 만남"),
1616
DRINKING("술자리"),
1717
STUDY("스터디"),

0 commit comments

Comments
 (0)