production update, added music note emoji

Este commit está contenido en:
gbrochar 2020-11-22 20:40:34 +01:00
padre 117911b6b6
commit 0288b59e72
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

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