add spaces between artists list items

This commit is contained in:
Nuwan 2024-06-10 23:02:41 +05:30
parent 5fd4015ee2
commit 48335a9d9c
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ const JKJamTrackArtists = ({ artists, showArtists, onSelect }) => {
</Col> </Col>
</Row> </Row>
{artists.length > 6 && ( {artists.length > 6 && (
<Row> <Row className='mt-1 mb-1'>
<Col> <Col>
<a href="#" onClick={toggleMoreArtists}> <a href="#" onClick={toggleMoreArtists}>
{expanded ? 'Show fewer artists' : 'Show all artists'} {expanded ? 'Show fewer artists' : 'Show all artists'}