1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-25 02:42:10 +02:00

fix: broken logo link in README and docs (#6345)

Depends on videojs/videojs.com#112

Fixes #6340
This commit is contained in:
Dylan Jhaveri 2019-12-03 07:14:38 -08:00 committed by Gary Katsevman
parent 7d02e53b54
commit 274299b45f
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
} }
}, },
"logo": { "logo": {
"url": "https://videojs.com/img/logo.png", "url": "https://videojs.com/logo-white.png",
"height": "30px", "height": "30px",
"width": "214px" "width": "214px"
}, },

View File

@ -137,7 +137,7 @@ Video.js is [licensed][license] under the Apache License, Version 2.0.
[license]: LICENSE [license]: LICENSE
[logo]: https://videojs.com/img/logo.png [logo]: https://videojs.com/logo-white.png
[npm-icon]: https://nodei.co/npm/video.js.png?downloads=true&downloadRank=true [npm-icon]: https://nodei.co/npm/video.js.png?downloads=true&downloadRank=true