mirror of
https://github.com/dilllxd/gitfolio.git
synced 2024-08-14 22:28:09 +00:00
Add GitHub logo before username
This commit is contained in:
parent
85b58e2bf7
commit
d49d72483e
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ module.exports.updateHTML = (username, opts) => {
|
|||
user.name == null || !user.name ? "none" : "block"
|
||||
};"></span><div class='console-underscore' id='console'>_</div><br><a href="${
|
||||
user.html_url
|
||||
}">@${user.login}</a>`;
|
||||
}"><i class="mdi mdi-github-circle"></i> @${user.login}</a>`;
|
||||
//document.getElementById("github_link").href = `https://github.com/${user.login}`;
|
||||
document.getElementById("userbio").innerHTML = convertToEmoji(
|
||||
user.bio
|
||||
|
|
Loading…
Reference in a new issue