diff --git a/src/lib/content/projects.ts b/src/lib/content/projects.ts index 5c95bee..b6d2402 100644 --- a/src/lib/content/projects.ts +++ b/src/lib/content/projects.ts @@ -159,10 +159,6 @@ const projects: Project[] = [ { name: 'Vue.js', color: 'text-emerald-400' - }, - { - name: 'Python', - color: 'text-blue-400' } ] }