From c570c985b8bb97b093f9912e1ea1745f70b92673 Mon Sep 17 00:00:00 2001
From: BaileyLuu <50964948+BaileyLuu@users.noreply.github.com>
Date: Sat, 26 Jun 2021 20:29:34 -0400
Subject: [PATCH] Updating History()
changed Local Hack Day:Share to INIT 2022
---
index.js | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/index.js b/index.js
index a3fa600..195e685 100755
--- a/index.js
+++ b/index.js
@@ -162,9 +162,9 @@ async function TeamMembers(){
async function History(){
section.innerHTML = `
History
- It's time to make history by winning Local Hack Day: Share together!
+ It's time to make history by winning INIT 2022 together!
- Find below some of the historical hackathon prizes our MELONsquad members have won... this is why we will be the best squad at LHD: Share!
+ Find below some of the historical hackathon prizes our MELONsquad members have won... this is why we will be the best squad at INIT 2022!
`
hHistory = await HackathonHistory();
section.innerHTML += hHistory;
@@ -448,4 +448,4 @@ async function HackathonHistory(){
function Links(){
-}
\ No newline at end of file
+}