production update, added music note emoji

This commit is contained in:
gbrochar 2020-11-22 20:40:34 +01:00
부모 117911b6b6
커밋 0288b59e72
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@ -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'