Skip to content

Commit

Permalink
fix: rewrite gather start time
Browse files Browse the repository at this point in the history
  • Loading branch information
SeungJL committed Apr 18, 2024
1 parent 2e4c94b commit 9ece1e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pageTemplates/gather/detail/GatherDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function GatherDetailInfo({
{isSubLocation && <LocationSub>{location.sub}</LocationSub>}
<Item>
<ItemText>날짜</ItemText>
<span>{date === "미정" ? date : dayjsToFormat(dayjs(date), "M.D(ddd) 오후 h:mm")}</span>
<span>{date === "미정" ? date : dayjsToFormat(dayjs(date), "M.D(ddd) hh:mm")}</span>
</Item>
<Item>
<ItemText>나이</ItemText>
Expand Down

0 comments on commit 9ece1e6

Please sign in to comment.