Skip to content

Commit

Permalink
Changed My GitHub Stats logo gif from invalid github link to raw link
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammed-Rajab committed Aug 3, 2022
1 parent 8dce687 commit 8b77720
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__pycache__/

venv/
vscode/
vscode/
2 changes: 1 addition & 1 deletion helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def default_html(name = 'Rahul', linkedin_url = '',twitter_url = '',medium_url='
{display_socials(linkedin_url,twitter_url,medium_url,portfolio_url,github_username)}
{show_waka(isWaka,waka_userName)}
<h2> My GitHub Stats <img src='https://github.com/rahulbanerjee26/githubProfileReadmeGenerator/blob/main/gifs/github.gif' width='32px' height=32px> </h2>
<h2> My GitHub Stats <img src='https://raw.githubusercontent.com/rahulbanerjee26/githubProfileReadmeGenerator/main/gifs/github.gif' width='32px' height=32px> </h2>
{show_github_stats(github_username,github_stats_theme,github_stats_type)}
{show_blog(isBlog)}
Expand Down

0 comments on commit 8b77720

Please sign in to comment.