From 6062fdf41708698e21ac0fb4e470af82cae02772 Mon Sep 17 00:00:00 2001 From: dschlueter Date: Sat, 25 Apr 2026 04:41:53 +0200 Subject: [PATCH] =?UTF-8?q?Projects:=20Titel=20zu=20'Hacker=20News=20Daily?= =?UTF-8?q?=20AI=20Reports'=20ge=C3=A4ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/projects-section.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/projects-section.tsx b/components/projects-section.tsx index 86d740c..b313984 100644 --- a/components/projects-section.tsx +++ b/components/projects-section.tsx @@ -7,7 +7,7 @@ import Link from 'next/link' const projects = [ { - title: 'Hacker News Reader', + title: 'Hacker News Daily AI Reports', slug: 'hackernews', description: 'KI Tools werten zweimal täglich die Hacker News aus und beurteilen deren Relevanz in Bezug auf KI.', tech: ['Python', 'FastAPI', 'HTMX'],