Skip to content

Commit

Permalink
Merge pull request #2048 from Kaiserdragon2/main
Browse files Browse the repository at this point in the history
fix Copy paste error
  • Loading branch information
Kaiserdragon2 authored Mar 15, 2024
2 parents fd02c75 + 89391cc commit 4bb8ad5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/js/requests.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//Edit the following variables
var RepoOwner = "Arcticons-Team";
var RepoName = "Icon-Request-Dashboard";
var RepoName = "Arcticons";
var RepoBranch = "main";


Expand Down
4 changes: 2 additions & 2 deletions docs/js/updatable.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//Edit the following variables
var RepoOwner = "Arcticons-Team";
var RepoName = "Icon-Request-Dashboard";
var RepoName = "Arcticons";
var RepoBranch = "main";


Expand Down Expand Up @@ -193,7 +193,7 @@ const updatableButton = document.getElementById("updatable-button");
// Add an event listener to the button
updatableButton.addEventListener("click", function() {
// Define the URL to redirect to
const updatableURL = `https://${RepoOwner}.github.io/${RepoName}/`;
const updatableURL = `https://${RepoOwner}.github.io/${RepoName}/requests.html`;
// Redirect to the specified URL
window.location.href = updatableURL;
});
Expand Down
2 changes: 1 addition & 1 deletion docs/requests.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h2 id="date_header">Date</h2>
</div>
<div id="updatable-container">
<!-- Button for Updatable Site -->
<button id="updatable-button">Request Dashboard</button>
<button id="updatable-button">Potential Updates</button>
</div>
</div>

Expand Down

0 comments on commit 4bb8ad5

Please sign in to comment.