mirror of
https://github.com/axios/axios.git
synced 2026-04-11 02:11:50 +08:00
Update get/index.html (#5116)
Github -> GitHub Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
parent
983a66408d
commit
179a0c80a8
@ -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/>'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user