From 88c10f9690ca04fc6bcc6836ffb05c9aeab13831 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Tue, 2 Dec 2025 10:21:04 -0700 Subject: [PATCH] Fixed some leftovers from a depricated feature --- src/config.ts | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/config.ts b/src/config.ts index 0f16789..bdb5261 100644 --- a/src/config.ts +++ b/src/config.ts @@ -31,18 +31,9 @@ export const config: Config = { }, tagline: "Researcher, Full-Stack Developer, and IT Professional", description: "Researcher, Full-Stack Developer, and IT Professional", - currentFocus: [ - { label: "Master's Research", style: "secondary" }, - { label: "Open Source", style: "accent" }, - { label: "Contract Work", style: "primary" }, - ], }, homepageSections: { - currentFocus: { - title: "Current Focus:", - description: "What I'm currently working on", - }, socialLinks: { title: "Places I Exist:", description: "Find me across the web", @@ -100,10 +91,6 @@ export const config: Config = { description: "Researcher, Full-Stack Developer, and IT Professional", }, homepage: { - currentFocus: { - title: "Current Focus:", - description: "What I'm currently working on", - }, socialLinks: { title: "Places I Exist:", description: "Find me across the web",