We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f861aa3 commit af0ff81Copy full SHA for af0ff81
src/pages/get-started/index.tsx
@@ -642,7 +642,9 @@ export default function GetStarted() {
642
>
643
<div className="flex flex-col md:flex-row md:items-center md:justify-between gap-4 mb-4">
644
<div>
645
- <h3 className="text-xl font-bold text-white mb-1">Your Learning Progress</h3>
+ <h3 className="text-xl font-bold mb-4 px-6 py-3 inline-block rounded-xl bg-gradient-to-r from-blue-200 to-purple-200 text-gray-800 shadow-md">
646
+ Your Learning Progress
647
+ </h3>
648
<p className="text-gray-300 text-sm">
649
{completionPercentage}% Complete • {Object.values(completedPaths).filter(Boolean).length} of {learningPaths.length} paths started
650
</p>
0 commit comments