From efe3c81576d850b81d75ddf8c17b42384acf7e81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Fri, 27 Feb 2026 08:47:44 +0100 Subject: [PATCH] chore: cleanup --- components/Hero.tsx | 4 ++-- components/layout/AppHeader.tsx | 4 ++-- components/layout/AppSidebar.tsx | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/components/Hero.tsx b/components/Hero.tsx index 76527cc..4fde3aa 100644 --- a/components/Hero.tsx +++ b/components/Hero.tsx @@ -54,8 +54,8 @@ export default function Hero() { animate={{ opacity: 1, y: 0 }} transition={{ duration: 0.8, delay: 0.6 }} > - A curated collection of creative and utility tools for developers and creators - Simple, powerful, and always at your fingertips + A curated collection of creative and utility tools for developers and creators. + Simple, powerful, and always at your fingertips. {/* CTA Buttons */} diff --git a/components/layout/AppHeader.tsx b/components/layout/AppHeader.tsx index 692ad8a..a0594ad 100644 --- a/components/layout/AppHeader.tsx +++ b/components/layout/AppHeader.tsx @@ -22,7 +22,7 @@ export function AppHeader() {