diff --git a/src/resources/data/teamConfig.ts b/src/resources/data/teamConfig.ts
index 36d9836..92ef59f 100644
--- a/src/resources/data/teamConfig.ts
+++ b/src/resources/data/teamConfig.ts
@@ -36,6 +36,7 @@ const teamConfig: ITeam = {
image: "/assets/team/2025/internal-simi.png",
linkedin: "https://www.linkedin.com/in/similoluwa-adeniyi-a816ab307/",
github: "https://github.com/Simi-jpg",
+ discord: "https://discord.gg/g9jBx8TC",
},
{
firstName: "Ashley",
diff --git a/src/routes/Home.tsx b/src/routes/Home.tsx
index 6f767a3..193c360 100644
--- a/src/routes/Home.tsx
+++ b/src/routes/Home.tsx
@@ -85,9 +85,18 @@ function Home() {
-
+
{
+ const element = document.getElementById("intro");
+ if (element) {
+ element.scrollIntoView({ behavior: "smooth" });
+ }
+ }}
+ />