Replies: 1 comment 1 reply
-
I don’t know. Can’t we just link to 3rd party images instead of hosting them in github ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I see here the browser icons are properly rendered, but here not. This is because the path is rewritten from https://raw.githubusercontent.com/TanStack/query/refs/heads/main/media/browser-logos/chrome.svg to https://raw.githubusercontent.com/TanStack/query/main/heads/main/media/browser-logos/chrome.svg. What's the proper way to fix it?
Also I need to make these icons
display: initial;
. Can it be done by just adding theinline
class from Tailwind? Won't it be removed?Beta Was this translation helpful? Give feedback.
All reactions