production update, added music note emoji

このコミットが含まれているのは:
gbrochar 2020-11-22 20:40:34 +01:00
コミット 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'