Add GitHub logo before username

This commit is contained in:
Kaustubh Ladiya 2020-01-13 22:04:43 +05:30
parent 85b58e2bf7
commit d49d72483e
No known key found for this signature in database
GPG Key ID: A77FFE5465BD4E7D
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ module.exports.updateHTML = (username, opts) => {
user.name == null || !user.name ? "none" : "block"
};"></span><div class='console-underscore' id='console'>&#95;</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