From 3ca37cda855d85fad0a6a43dba58d7a2b5ea0aeb Mon Sep 17 00:00:00 2001 From: zerox80 Date: Tue, 11 Nov 2025 08:53:33 +0100 Subject: [PATCH] refactor: remove redundant text-white class from section title --- src/components/TutorialSection.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/TutorialSection.jsx b/src/components/TutorialSection.jsx index 5f05b6b9..0b673f3d 100644 --- a/src/components/TutorialSection.jsx +++ b/src/components/TutorialSection.jsx @@ -39,7 +39,7 @@ const TutorialSection = () => {
-

{sectionContent.title || 'Tutorial Inhalte'}

+

{sectionContent.title || 'Tutorial Inhalte'}

{sectionContent.description || 'Umfassende Lernmodule für alle Erfahrungsstufen – vom Anfänger bis zum Profi'}