You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not an issue of the RxJS code itself but rather with its NPM configuration. If you tell me where this is configured, I can even try to fix it myself.
The text was updated successfully, but these errors were encountered:
The logo is now moved to https://raw.githubusercontent.com/reactivex/rxjs/HEAD/apps/rxjs.dev/src/assets/images/logos/Rx_Logo_S.png, but current stable version is now way off of the HEAD so pointing to https://raw.githubusercontent.com/reactivex/rxjs/HEAD/docs_app/src/assets/images/logos/Rx_Logo_S.png doesn't really work.
We should probably make it work to point to 7.x branch, or at least to the latest stable version of the library.
Because it works with https://raw.githubusercontent.com/reactivex/rxjs/7.x/docs_app/src/assets/images/logos/Rx_Logo_S.png or https://raw.githubusercontent.com/reactivex/rxjs/7.8.1/docs_app/src/assets/images/logos/Rx_Logo_S.png.
Describe the bug
If you go to the NPM site of RxJS, there is a broken image with the alt text "RxJS Logo". It points to https://github.com/reactivex/rxjs/blob/HEAD/docs_app/src/assets/images/logos/Rx_Logo_S.png which doesn't exist.
Expected behavior
The logo should point to https://github.com/ReactiveX/rxjs/blob/0bd47eab10dec89f245b888f1f26e03cb36d2a78/apps/rxjs.dev/src/assets/images/logos/Rx_Logo_S.png which shows the incredibly cute logo of RxJS.
Reproduction code
Reproduction URL
https://www.npmjs.com/package/rxjs
Version
7.8.1
Environment
No response
Additional context
This is not an issue of the RxJS code itself but rather with its NPM configuration. If you tell me where this is configured, I can even try to fix it myself.
The text was updated successfully, but these errors were encountered: