Skip to content

Commit 724d0dc

Browse files
Update App.tsx
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0bf76a0 commit 724d0dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

App.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const LearningRoadmap = ({ syllabus, completedIds, onSelect, activeId }: { sylla
7070
);
7171
};
7272

73-
// Defined outside to prevent syntax errors or re-creation issues
73+
// Defined outside to prevent syntax errors or re-creation problem
7474
const MarkdownComponents = {
7575
code: ({ node, className, children, ...rest }: any) => {
7676
const match = /language-(\w+)/.exec(className || '');
@@ -92,7 +92,7 @@ const MarkdownComponents = {
9292
</div>
9393
);
9494
},
95-
// ELITE STYLING: No Emojis, Pure CSS Decoration
95+
// ELITE STYLING: No Emojis, Pure CSS decoder
9696
h1: ({node, ...props}: any) => <h1 className="text-2xl md:text-3xl font-bold text-gray-900 dark:text-white mb-6 mt-8 font-serif border-b border-gray-200 dark:border-gray-700 pb-3" {...props} />,
9797
h2: ({node, ...props}: any) => <h2 className="text-xl font-bold text-gray-900 dark:text-white mb-4 mt-8 font-serif flex items-center gap-2 before:content-[''] before:w-1 before:h-6 before:bg-brand before:mr-2 before:rounded-full" {...props} />,
9898
h3: ({node, ...props}: any) => (

0 commit comments

Comments
 (0)