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';