Skip to content

Commit

Permalink
minor style change the the share page
Browse files Browse the repository at this point in the history
  • Loading branch information
sam9116 committed Feb 11, 2024
1 parent 7f4b39f commit 4de1757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SharePageList.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const SharePageList = ({ concerts }) => {
primary={`${concert.artist}`}
secondary={
<React.Fragment>
<Stack direction="row" spacing={1} >
<Stack direction="row" spacing={1} justifyContent={'space-between'}>
<Chip color="primary" label={`${concert.location.address}`} />
<Chip color="primary" label={`${formattedDate(concert.date)}`} />
</Stack>
Expand Down

0 comments on commit 4de1757

Please sign in to comment.