mirror of
https://github.com/antonkomarev/github-profile-views-counter.git
synced 2026-07-22 05:32:28 -04:00
There occurs a problem with the display of the icon #51
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lim-yoona on GitHub (Oct 11, 2023).
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.
@antonkomarev commented on GitHub (Oct 11, 2023):
Duplicate. Will notify about resolution here:
@igorskyflyer commented on GitHub (Oct 11, 2023):
@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
srcattribute of the<img>tag should be:and not
You have a redundant parenthesis at the end of the URL. 😉