Skip to content

Commit 5740d52

Browse files
pjccclaude
andcommitted
Move hours before rating on meta line
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 20ea071 commit 5740d52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/PubCard.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ function HoursLine({ hoursData, hasHours, area, rating }) {
5454
{area}
5555
</span>
5656
)}
57-
<StarRating rating={rating} />
5857
{hasHours && (
5958
<span className="pub-meta-item pub-hours-inline">
6059
{hoursData.lines ? (
@@ -71,6 +70,7 @@ function HoursLine({ hoursData, hasHours, area, rating }) {
7170
)}
7271
</span>
7372
)}
73+
<StarRating rating={rating} />
7474
</div>
7575
);
7676
}

0 commit comments

Comments
 (0)