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'],