diff --git a/Application/app/about/page.tsx b/Application/app/about/page.tsx
index 3af18f7..cdeb410 100644
--- a/Application/app/about/page.tsx
+++ b/Application/app/about/page.tsx
@@ -38,18 +38,23 @@ const OfficerDrawer = ({ member }: { member: typeof boardMembers[0] }) => (
Goals:
-
- {member.goals.map((goal, i) => (
- {goal}
- ))}
-
+ {member.goals.length > 1 ? (
+
+ {member.goals.map((goal, i) => (
+ {goal}
+ ))}
+
+ ) : (
+ <>{member.goals.map((goal) => (
+ {goal}
+ ))}>
+
+
+ )}
-
-
-
diff --git a/Application/data/board-members.json b/Application/data/board-members.json
index 4e0ef65..b67c5e1 100644
--- a/Application/data/board-members.json
+++ b/Application/data/board-members.json
@@ -22,7 +22,7 @@
"major": "Computer Science",
"concentration": "Software Engineering",
"goals": [
- "Create nad inclusive social platform designe for developers of all background, skill levels, and specialties. It will foster collaboration, learning, and community across every are of software development."
+ "Create and inclusive social platform designe for developers of all background, skill levels, and specialties. It will foster collaboration, learning, and community across every are of software development."
]
},
{
@@ -60,7 +60,7 @@
"major": "Computer Science",
"concentration": "Software Engineering",
"goals": [
- "Hello, My name is Jacob, and I serve as the Event Coordinator for Coding United while pursuing my B.S. in Computer Science with a concentration in Software Engineering at SNHU. I am passionate about helping individuals who strive for excellence reach their full potential. Since joining Coding United, I have connected with professionals who have challenged and inspired me to continually elevate my technical and professional development. I have always been driven to understand how things work. Whether by deconstructing physical systems or analyzing software applications. I actively research emerging programming languages to deepen my proficiency and expand my technical versatility. My hands-on projects include systems programming on Single Board Computers, web and embedded system security research, and the development of an enterprise-grade home networking lab. I believe there are no limits when you commit to continuous growth. I regularly participate in Capture-The-Flag (CTF) competitions. While they are competitive and engaging, they also strengthen my understanding of cybersecurity principles, including programming challenges, OSINT methodologies, vulnerability analysis, and penetration testing across virtual and embedded systems. Keep pushing, Jacob"
+ "Hello,\n My name is Jacob, and I serve as the Event Coordinator for Coding United while pursuing my B.S. in Computer Science with a concentration in Software Engineering at SNHU. I am passionate about helping individuals who strive for excellence reach their full potential. Since joining Coding United, I have connected with professionals who have challenged and inspired me to continually elevate my technical and professional development. I have always been driven to understand how things work, whether by deconstructing physical systems or analyzing software applications. I actively research emerging programming languages to deepen my proficiency and expand my technical versatility. My hands-on projects include systems programming on Single Board Computers, web and embedded system security research, and the development of an enterprise-grade home networking lab. I believe there are no limits when you commit to continuous growth. I regularly participate in Capture-The-Flag (CTF) competitions; while they are competitive and engaging, they also strengthen my understanding of cybersecurity principles, including programming challenges, OSINT methodologies, vulnerability analysis, and penetration testing across virtual and embedded systems.\n Keep pushing,\n Jacob"
]
},
{