Github logo instead rank level #3519
Answered
by
qwerty541
AryanKarumuri
asked this question in
Q&A
-
How to get Github logo instead rank level? Could anyone help? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Answered by
qwerty541
Dec 2, 2023
Replies: 3 comments 1 reply
-
Hey, @AryanKarumuri! You can show GitHub logo instead of rank level on your stats card using Before<img src="https://github-readme-stats.vercel.app/api?username=aryankarumuri&show_icons=true&locale=en&theme=midnight-purple" /> After<img src="https://github-readme-stats.vercel.app/api?username=aryankarumuri&show_icons=true&locale=en&theme=midnight-purple&rank_icon=github" /> |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
qwerty541
-
Hi @qwerty541 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks a lot. It worked! |
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
Hey, @AryanKarumuri! You can show GitHub logo instead of rank level on your stats card using
&rank_icon=github
querystring parameter.Before
After