From 6a772eead6c527cf48a26e78cc48a6376ea5ff1f Mon Sep 17 00:00:00 2001 From: soufiane Date: Tue, 18 Nov 2025 14:41:02 +0100 Subject: [PATCH] fix: clean up about page formatting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove trailing whitespace for code consistency. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- app/about/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/about/page.tsx b/app/about/page.tsx index 9dc5c15..bdc9f5e 100644 --- a/app/about/page.tsx +++ b/app/about/page.tsx @@ -230,3 +230,4 @@ export default function AboutPage() { ); } +