|
@@ -71,16 +71,20 @@ const GreetPg = () =>
|
|
|
<div className='startpage__ulwrapper'>
|
|
|
<ul>
|
|
|
<li>
|
|
|
- <strong className='highlightYellow'>Click "MY UPLOADS" - </strong><small>To see all of your uploaded tracks.</small>
|
|
|
+ <strong className='highlightYellow'>Click "UPLOADS" - </strong>
|
|
|
+ <small>To see all of your uploaded tracks.</small>
|
|
|
</li>
|
|
|
<li>
|
|
|
- <strong className='highlightGreen'>Click "NEW PLAYLIST" - </strong><small>To create new playlist.</small>
|
|
|
+ <strong className='highlightGreen'>Click "NEW PLAYLIST" - </strong>
|
|
|
+ <small>To create new playlist.</small>
|
|
|
</li>
|
|
|
<li>
|
|
|
- <strong>Drag 'n' drop track to playlist area - </strong><small>To upload the track and add it to current playlist.</small>
|
|
|
+ <strong>Drag 'n' drop track to playlist area - </strong>
|
|
|
+ <small>To upload the track and add it to current playlist.</small>
|
|
|
</li>
|
|
|
<li>
|
|
|
- <strong>Drag a track within playlist - </strong><small>To chage the order of playlist tracks.</small>
|
|
|
+ <strong>Drag a track within playlist - </strong>
|
|
|
+ <small>To chage the order of playlist tracks.</small>
|
|
|
</li>
|
|
|
</ul>
|
|
|
</div>
|