You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/App.js
+31-4Lines changed: 31 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -202,19 +202,19 @@ const App = () => {
202
202
caption: "First Bridge 4"
203
203
},
204
204
{
205
-
src: "/images/nextgen/program/BK0.png",
205
+
src: "/images/nextgen/program/BK0.PNG",
206
206
caption: "Building Bridge Kit 1"
207
207
},
208
208
{
209
-
src: "/images/nextgen/program/BK1.png",
209
+
src: "/images/nextgen/program/BK1.PNG",
210
210
caption: "Building Bridge Kit 2"
211
211
},
212
212
{
213
-
src: "/images/nextgen/program/BK2.png",
213
+
src: "/images/nextgen/program/BK2.PNG",
214
214
caption: "Building Bridge Kit 3"
215
215
},
216
216
{
217
-
src: "/images/nextgen/program/BK3.png",
217
+
src: "/images/nextgen/program/BK3.PNG",
218
218
caption: "Building Bridge Kit 4"
219
219
},
220
220
{
@@ -313,6 +313,33 @@ const App = () => {
313
313
"Programs & Impact: Lead comprehensive Startup Workshop series guiding students from initial ideation through MVP development. Actively support Innovation Challenge outreach through presentations, campus tabling, and classroom engagement."
0 commit comments