Skip to content

Commit

Permalink
I-56 Also merging top with 2nd places
Browse files Browse the repository at this point in the history
  • Loading branch information
hhpr98 committed Nov 1, 2023
1 parent 651d84a commit 168a4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PlaceDetails/PlaceDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const PlaceDetails = (): JSX.Element => {
placeDataRet.push(
<div
key={`title-for-${placeDetail.date_id}`}
className="text-base font-semibold mb-4 text-purple"
className="text-base font-semibold mt-8 mb-4 text-purple"
>
<i>{placeDetail.description}</i>
</div>
Expand Down

0 comments on commit 168a4d1

Please sign in to comment.