From 967b8bd9a6606df1d78ba55c5924d7c383721e90 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 15 Dec 2025 05:00:03 +0000 Subject: [PATCH 1/2] Initial plan From 49242da92bef2d1e358b4f0c9f0fb3b01aec1dba Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 15 Dec 2025 05:02:47 +0000 Subject: [PATCH 2/2] docs: add copyright header to Education.tsx Co-authored-by: devcavin <114779273+devcavin@users.noreply.github.com> --- components/Education.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/Education.tsx b/components/Education.tsx index 7918ac2..54276a6 100644 --- a/components/Education.tsx +++ b/components/Education.tsx @@ -1,3 +1,9 @@ +/** + * © 2025 Cavin + * MIT License – https://opensource.org/licenses/MIT + * Repo: https://github.com/devcavin/cavin + */ + import { education } from '@/data/content'; import { ArrowUpRight } from 'lucide-react';