From 45d640f624029ade7965e356230129b135d9380f Mon Sep 17 00:00:00 2001
From: Artem Frenk <97616103+afrenkai@users.noreply.github.com>
Date: Thu, 31 Oct 2024 13:02:50 -0700
Subject: [PATCH 1/2] added registration on top of site.

quick pr to make the register link on the top of the site point to the proper area.
---
 index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html
index ddc5457..9a8915a 100644
--- a/index.html
+++ b/index.html
@@ -97,7 +97,7 @@
         </a>
         <div class="ml-auto mr-5">
           <a
-            href="index.html#header12-2"
+            href="https://dev.hack.wpi.edu/registration/"
             class="hover:text-red-500 duration-100"
             >REGISTER</a>
         </div>
-- 
2.43.5


From 332f792f98781f7c5983e24d1e821393453bbbfe Mon Sep 17 00:00:00 2001
From: Artem Frenk <97616103+afrenkai@users.noreply.github.com>
Date: Thu, 31 Oct 2024 13:06:47 -0700
Subject: [PATCH 2/2] Update index.html

---
 index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html
index 9a8915a..8529cdf 100644
--- a/index.html
+++ b/index.html
@@ -97,7 +97,7 @@
         </a>
         <div class="ml-auto mr-5">
           <a
-            href="https://dev.hack.wpi.edu/registration/"
+            href="https://hack.wpi.edu/registration/"
             class="hover:text-red-500 duration-100"
             >REGISTER</a>
         </div>
-- 
2.43.5