Skip to content

Commit

Permalink
Merge pull request #4 from ICESAT-2HackWeek/event-redirect
Browse files Browse the repository at this point in the history
Add Javascript redirect to 2023 event
  • Loading branch information
JessicaS11 committed Jun 6, 2023
2 parents 18d3bf0 + 8214666 commit 4e28d63
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions {{ cookiecutter.repo_directory }}/assets/js/main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
"use strict";

/* ===== Redirect to the current event ===== */
window.location.replace("https://icesat-2-2023.hackweek.io");

/* ======= Header animation ======= */
const header = document.getElementById('header');

Expand Down

0 comments on commit 4e28d63

Please sign in to comment.