Skip to content

Commit

Permalink
removed extra spacing between Transit Provider and Producer download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
qcdyx committed Aug 20, 2024
1 parent b498fb3 commit ea2c161
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web-app/src/app/screens/Feed/FeedSummary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default function FeedSummary({
{getLocationName(feed?.locations)}
</Typography>
</Box>
<Box sx={boxElementStyle}>
<Box>
<Typography
variant='subtitle1'
gutterBottom
Expand Down Expand Up @@ -130,7 +130,7 @@ export default function FeedSummary({
)}
</Box>
</Box>
<Box sx={boxElementStyle}>
<Box>
<Typography
variant='subtitle1'
gutterBottom
Expand Down

0 comments on commit ea2c161

Please sign in to comment.