yogeshwaran01 / github-stats-terminal-style

Generate :octocat: Stats as like Terminal Interface with typing effects dynamically for your profile Readme
MIT License
211 stars 30 forks source link

command whoami in svg don't work #16

Open Korliore opened 7 months ago

Korliore commented 7 months ago
Screenshot 2024-03-02 at 11 52 20

whoami don't show my username. I use theme dracula

AGolz commented 5 months ago

Open the github_states.svg file and locate line 164. Currently, your line appears as follows: <text x="0" textLength="104" class="color6"></text> Correct it to read: <text x="0" textLength="104" class="color6">YOUR NAME</text>

You don't have a full name listed in your GitHub profile, so it doesn't pull up automatically.

AGolz commented 5 months ago

The file will be updated constantly, so this solution will not work for a long time :) you just need to fill out your profile.