Skip to content

Commit

Permalink
text commit removed exclamation point in home page
Browse files Browse the repository at this point in the history
  • Loading branch information
singharaj-usai committed Oct 18, 2024
1 parent a15582b commit 6183f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/js/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $(document).ready(function () {
Authorization: `Bearer ${token}`,
},
success: function (response) {
$('#profile-username').text(`Welcome, ${username}!`);
$('#profile-username').text(`Welcome, ${username}`);
fetchUserBlurb();
fetchFriendsList();
fetchAndDisplayGames();
Expand Down

0 comments on commit 6183f90

Please sign in to comment.