From dcd98a1aed8f0871b3be50d9956877406fc3a4c4 Mon Sep 17 00:00:00 2001 From: Sean Doherty Date: Sun, 17 May 2026 01:12:48 -0500 Subject: [PATCH] fix Litefy description typo --- src/data/projects.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/projects.js b/src/data/projects.js index e560c69b..90ad5b23 100644 --- a/src/data/projects.js +++ b/src/data/projects.js @@ -1082,7 +1082,7 @@ export const projectList = [ imageSrc: "https://raw.githubusercontent.com/mathkruger/litefy/master/src/assets/logo.png", projectLink: "https://github.com/mathkruger/litefy/contribute", - description: "A lighweight Spotify client for low-end devices", + description: "A lightweight Spotify client for low-end devices", tags: ["OpenSource", "Angular", "HTML", "CSS", "Javascript", "Typescript"], }, { @@ -1458,4 +1458,4 @@ export const projectList = [ description: "Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy.", tags: ["Python", "Automation", "Configuration Management"], }, -]; \ No newline at end of file +];