diff --git a/src/js/index.js b/src/js/index.js index 98f68a4..b73e896 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -2,6 +2,6 @@ import '../css/index.scss'; import APlayer from './player'; /* global APLAYER_VERSION GIT_HASH */ -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;'); export default APlayer; \ No newline at end of file