Skip to content

Commit

Permalink
style: 기호 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
NohWookJin committed Jan 25, 2024
1 parent f83cd5e commit 10cb586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MyTrip/MyTripIngItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const MyTripIngItem: React.FC<MyTripItemProps> = ({ myTripList }) => {
</div>

<div className="text-xs font-semibold text-white">
{startDate.replace(/-/g, '.')} ~{' '}
{startDate.replace(/-/g, '.')} -{' '}
{endDate.replace(/-/g, '.').split('2024.')}{' '}
{tripDuration === '0박 1일' ? null : ` (${tripDuration})`}
</div>
Expand Down

0 comments on commit 10cb586

Please sign in to comment.