Browse Source

production update, added music note emoji

master
gbrochar 2 years ago
parent
commit
0288b59e72
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/client/components/Player.tsx

+ 1
- 1
src/client/components/Player.tsx View File

@@ -37,7 +37,7 @@ export default function Player({src}: PlayerProps) {
justify-content-center'
id='clickme'>
<div className='lead player-text mb-4'>
{src.split('/')[3].split('.')[0]}
{src.split('/')[3].split('.')[0] + '🎵'}
</div>
<button
type='button'


Loading…
Cancel
Save