mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +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"/>' +
|
'<img src="https://avatars.githubusercontent.com/u/' + person.avatar + '?s=50" class="col-md-1"/>' +
|
||||||
'<div class="col-md-3">' +
|
'<div class="col-md-3">' +
|
||||||
'<strong>' + person.name + '</strong>' +
|
'<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>Twitter: <a href="https://twitter.com/' + person.twitter + '" target="_blank">' + person.twitter + '</a></div>' +
|
||||||
'</div>' +
|
'</div>' +
|
||||||
'</li><br/>'
|
'</li><br/>'
|
||||||
|
|||||||
Reference in New Issue
Block a user