Skip to content

Commit

Permalink
url change
Browse files Browse the repository at this point in the history
  • Loading branch information
WesleyKamau committed Jan 3, 2024
1 parent f25ddf3 commit f90eee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generateWinPage.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ <h2 id="generatedLink" onclick="openLink()"></h2>

function generateLink() {
const username = document.getElementById('usernameInput').value;
const link = `http://127.0.0.1:3002/index.html?username=${encodeURIComponent(username)}&accountType=${selectedAccountType}`;
const link = `https://wesleykamau.github.io/fortniteStats/?username=${encodeURIComponent(username)}&accountType=${selectedAccountType}`;

// Fade out the content div
const contentDiv = document.getElementById('contentDiv');
Expand Down

0 comments on commit f90eee0

Please sign in to comment.