Skip to content

Commit e2c0c2b

Browse files
committed
Update main.js
1 parent ef1e332 commit e2c0c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function getData(){
1616
var lastPlayed = "None";
1717
var joined = data['createdAt'];
1818
var html = '<center><img src="' + Avatar + '"width="100px" height="100px" style="border:3px solid #fff">';
19-
html += '<h1>' + Username + '</h1>';
19+
html += '<h1>Nane:' + Username + '</h1>';
2020
html += '<br><b>url: </b>' + url;
2121
$('.profile').html(html);
2222
});;

0 commit comments

Comments
 (0)