mirror of
https://github.com/tenrok/axios.git
synced 2026-06-08 17:22:34 +03:00
Update get/index.html (#5116)
Github -> GitHub Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
'<img src="https://avatars.githubusercontent.com/u/' + person.avatar + '?s=50" class="col-md-1"/>' +
|
||||
'<div class="col-md-3">' +
|
||||
'<strong>' + person.name + '</strong>' +
|
||||
'<div>Github: <a href="https://github.com/' + person.github + '" target="_blank">' + person.github + '</a></div>' +
|
||||
'<div>GitHub: <a href="https://github.com/' + person.github + '" target="_blank">' + person.github + '</a></div>' +
|
||||
'<div>Twitter: <a href="https://twitter.com/' + person.twitter + '" target="_blank">' + person.twitter + '</a></div>' +
|
||||
'</div>' +
|
||||
'</li><br/>'
|
||||
|
||||
Reference in New Issue
Block a user