We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c9dcdb commit 4af7cabCopy full SHA for 4af7cab
1 file changed
src/js/index.js
@@ -2,6 +2,6 @@ import '../css/index.scss';
2
import APlayer from './player';
3
4
/* global APLAYER_VERSION GIT_HASH */
5
-console.log(`${'\n'} %c APlayer v${APLAYER_VERSION} ${GIT_HASH} %c http://aplayer.js.org ${'\n'}${'\n'}`, 'color: #fadfa3; background: #030307; padding:5px 0;', 'background: #fadfa3; padding:5px 0;');
+console.log(`${'\n'} %c APlayer v${APLAYER_VERSION} ${GIT_HASH} %c http://aplayer.js.org ${'\n'}`, 'color: #fadfa3; background: #030307; padding:5px 0;', 'background: #fadfa3; padding:5px 0;');
6
7
export default APlayer;
0 commit comments