add spaces between artists list items
This commit is contained in:
parent
5fd4015ee2
commit
48335a9d9c
|
|
@ -39,7 +39,7 @@ const JKJamTrackArtists = ({ artists, showArtists, onSelect }) => {
|
|||
</Col>
|
||||
</Row>
|
||||
{artists.length > 6 && (
|
||||
<Row>
|
||||
<Row className='mt-1 mb-1'>
|
||||
<Col>
|
||||
<a href="#" onClick={toggleMoreArtists}>
|
||||
{expanded ? 'Show fewer artists' : 'Show all artists'}
|
||||
|
|
|
|||
Loading…
Reference in New Issue