-
Describe the bugMy Stat cards and streaks are not showing on my profile: https://github.com/klpranaav. Cards are shown correctly when I edit the readme locally. They are also shown correctly in this message and if I open the link on a new tab. Expected behaviorNo response Screenshots / Live demo linkAdditional contextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey, @klpranaav! Your readme file does not contain the code for displaying our stats card. There is code only for displaying top languages and streak cards and both of them works perfectly right now. You can check the screenshot below. So the solution for you is just adding the following string into your readme file: <img src="https://github-readme-stats.vercel.app/api?username=klpranaav" /> Also be aware that streak stats card does not belong to this repository, so in case of any problems with this card you should ask there: https://github.com/DenverCoder1/github-readme-streak-stats. |
Beta Was this translation helpful? Give feedback.
Hey, @klpranaav!
Your readme file does not contain the code for displaying our stats card. There is code only for displaying top languages and streak cards and both of them works perfectly right now. You can check the screenshot below. So the solution for you is just adding the following string into your readme file:
Also be aware that streak stats card does not belong to this repository, so in case of any problems with this card you should ask there: https://github.com/DenverCoder1/github-readme-streak-stats.