Skip to content

Commit 4af7cab

Browse files
committed
fix messy console badge in Chrome 65
1 parent 6c9dcdb commit 4af7cab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ import '../css/index.scss';
22
import APlayer from './player';
33

44
/* 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;');
5+
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;');
66

77
export default APlayer;

0 commit comments

Comments
 (0)