Closed lim-yoona closed 1 year ago
Duplicate. Will notify about resolution here:
The code I use
<p align="center"> <a href="https://github.com/lim-yoona"> <img src="https://komarev.com/ghpvc/?username=limyoona&color=blue&style=flat)" /> </a> </p>
and using markdown code also has the same effect.
@lim-yoona
Sidenote: when the issue is resolved and you bring back the code, make sure to fix a typo in the URL.
I checked your README's commit history 01dea8067a2a5b4efe0364f1644ea39fd7350a0c, the src
attribute of the <img>
tag should be:
https://komarev.com/ghpvc/?username=limyoona&color=blue&style=flat
and not
https://komarev.com/ghpvc/?username=limyoona&color=blue&style=flat)
You have a redundant parenthesis at the end of the URL. 😉
Description
I have been using github-profile-views-counter to count my page views for a long time. Yesterday I discovered that there was an error in the icon display.
Detail
The code I use
and using markdown code also has the same effect.