From 774a3d5e5ffa8ef538d89dbdaae014dc099d8a3d Mon Sep 17 00:00:00 2001 From: Sean Doherty Date: Sun, 17 May 2026 00:46:52 -0500 Subject: [PATCH] Trim AnitaB project name --- 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..24ac8847 100644 --- a/src/data/projects.js +++ b/src/data/projects.js @@ -499,7 +499,7 @@ export const projectList = [ tags: ["CSS", "tips", "guide", "simple", "useful"], }, { - name: "AnitaB.org ", + name: "AnitaB.org", imageSrc: "https://user-images.githubusercontent.com/60894542/94313579-9780c080-ff9c-11ea-8853-daa2a1c0fff5.png", projectLink: "https://github.com/anitab-org", @@ -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 +];