Skip to content

Commit 1bb8974

Browse files
committed
update awards
1 parent cc442c8 commit 1bb8974

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

src/app/components/awardsData.tsx

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,27 @@ export default function Awards() {
44
const initialHeader = "Awards";
55
const initialAwardContent = (
66
<>
7+
<div className="font-bold">2025</div>
8+
VEX AI Robotics Competition World Champion (Tournament)
9+
<br />
10+
<div className="font-bold">2025</div>
11+
VEX U Robotics Texas Semifinalist & Design Award
12+
<br />
713
<div className="font-bold">2024</div>
814
VEX AI Robotics Competition World Champion (Excellence Award)
915
<br />
1016
<div className="font-bold">2023</div> VEXU World Championship Build Award
1117
<br />
1218
<div className="font-bold">2022</div> RoboMaster - First Prize - 4th in 2022 North American RoboMaster Competition
13-
<div className="font-bold">2013</div>
14-
IGVC - 15th AutoNav Challenge - DoloRAS
15-
<br />
1619
</>
1720
);
1821

1922
const newHeader = "";
2023
const newAwardContent = (
2124
<>
25+
<div className="font-bold">2013</div>
26+
IGVC - 15th AutoNav Challenge - DoloRAS
27+
<br />
2228
<div className="font-bold">2007</div>
2329
IGVC JAUS Level 1 Award; BlastyRAS
2430
<br />

0 commit comments

Comments
 (0)