From b267868836e975697de53a5654d9a2912830071f Mon Sep 17 00:00:00 2001 From: dschlueter Date: Sat, 25 Apr 2026 04:53:27 +0200 Subject: [PATCH] Projects: 'Sorting Visualizer' zu 'Sichtbare Sortier-Algorithmen (Demo)' umbenannt --- 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 4cd7b6f..d5588bc 100644 --- a/components/projects-section.tsx +++ b/components/projects-section.tsx @@ -16,7 +16,7 @@ const projects = [ featured: true, }, { - title: 'Sorting Visualizer', + title: 'Sichtbare Sortier-Algorithmen (Demo)', slug: 'sorting', description: 'Interaktive Visualisierung verschiedener Sortieralgorithmen. Didaktisches Werkzeug für Algorithmen-Verständnis.', tech: ['Rust', 'WASM', 'Canvas'],