From edc5b739e9233e80c4e18b66f29deb1166f78d54 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 21 Jun 2026 15:49:02 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/pages/EvidencesPage.tsx --- src/pages/EvidencesPage.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pages/EvidencesPage.tsx b/src/pages/EvidencesPage.tsx index 1dc1b1d..84bfcc8 100644 --- a/src/pages/EvidencesPage.tsx +++ b/src/pages/EvidencesPage.tsx @@ -33,8 +33,6 @@ export default function EvidencesPage() { }, ], completedLabel: "Completed", - imageSrc: "http://img.b2bpic.net/free-photo/notepad-keyboard-near-coffee-cup-apple_23-2148128525.jpg", - imageAlt: "Notepad and keyboard near coffee cup and apple", }, ]} /> -- 2.49.1 From 6f933f6e1173ea3e39b5cabf582af538b4392a2a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 21 Jun 2026 15:49:05 +0000 Subject: [PATCH 2/2] Update src/pages/EvidencesPage.tsx --- src/pages/EvidencesPage.tsx | 32 +++++++------------------------- 1 file changed, 7 insertions(+), 25 deletions(-) diff --git a/src/pages/EvidencesPage.tsx b/src/pages/EvidencesPage.tsx index 84bfcc8..b52b3e1 100644 --- a/src/pages/EvidencesPage.tsx +++ b/src/pages/EvidencesPage.tsx @@ -13,27 +13,15 @@ export default function EvidencesPage() { description="Structured navigation for my Means of Verification (MOVs) across four academic years." features={[ { - title: "Freshmen Year", - description: "Laying the groundwork for educational theory and introductory pedagogical courses.", - bentoComponent: "checklist-timeline", - heading: "Institutional Outcomes", - subheading: "Year 1 Focus", - checklistItems: [ + title: "Freshmen Year", description: "Laying the groundwork for educational theory and introductory pedagogical courses.", bentoComponent: "checklist-timeline", heading: "Institutional Outcomes", subheading: "Year 1 Focus", checklistItems: [ { - label: "Foundations", - detail: "Literacy & Numeracy focus", - }, + label: "Foundations", detail: "Literacy & Numeracy focus"}, { - label: "Technology", - detail: "Basic digital proficiency", - }, + label: "Technology", detail: "Basic digital proficiency"}, { - label: "Citizenship", - detail: "Global awareness introduction", - }, + label: "Citizenship", detail: "Global awareness introduction"}, ], - completedLabel: "Completed", - }, + completedLabel: "Completed"}, ]} /> @@ -47,15 +35,9 @@ export default function EvidencesPage() { description="Showcasing my best work during my undergraduate studies." items={[ { - title: "Lesson Plan 1", - description: "Focused on active learning strategies.", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-back-school-still-life-elements_23-2148969123.jpg", - }, + title: "Lesson Plan 1", description: "Focused on active learning strategies.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-back-school-still-life-elements_23-2148969123.jpg"}, { - title: "Research Paper", - description: "Analysis of pedagogical trends.", - imageSrc: "http://img.b2bpic.net/free-photo/plywood-with-assortment-carpentry-tools_23-2148180553.jpg", - }, + title: "Research Paper", description: "Analysis of pedagogical trends.", imageSrc: "http://img.b2bpic.net/free-photo/plywood-with-assortment-carpentry-tools_23-2148180553.jpg"}, ]} /> -- 2.49.1