diff --git a/src/Events/Reg.jsx b/src/Events/Reg.jsx
index fa13bad..997a02f 100644
--- a/src/Events/Reg.jsx
+++ b/src/Events/Reg.jsx
@@ -107,12 +107,13 @@ const Reg = () => {
direction="column"
gap="8"
>
- Tournament Registration
+ Workshop
+ Competitions
+ {/*
-
+ */}
>
);
};
diff --git a/src/Header/NavBar.jsx b/src/Header/NavBar.jsx
index 0237fbe..b9dc68a 100644
--- a/src/Header/NavBar.jsx
+++ b/src/Header/NavBar.jsx
@@ -32,7 +32,7 @@ const Navbar = () => {
EVENTS
- SPONSERS
+ SPONSERS
CONTACT
diff --git a/src/components/Sponsers.jsx b/src/components/Sponsers.jsx
index 8991cfd..abb513c 100644
--- a/src/components/Sponsers.jsx
+++ b/src/components/Sponsers.jsx
@@ -10,20 +10,45 @@ const Sponsers = () => {
justify="center"
align="center"
direction="column"
+ id="sponsers"
>
Title Sponser
-
-
+
+
-
- Other Sponsers
+
+ Co-Sponsers
{/*
*/}
-
-
+
+
+
+ Other Sponsers
+
+
+
);