Skip to content

Commit af0ff81

Browse files
author
iitzIrFan
committed
Enhance learning progress display with improved styling and visibility
1 parent f861aa3 commit af0ff81

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/pages/get-started/index.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,9 @@ export default function GetStarted() {
642642
>
643643
<div className="flex flex-col md:flex-row md:items-center md:justify-between gap-4 mb-4">
644644
<div>
645-
<h3 className="text-xl font-bold text-white mb-1">Your Learning Progress</h3>
645+
<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>
646648
<p className="text-gray-300 text-sm">
647649
{completionPercentage}% Complete • {Object.values(completedPaths).filter(Boolean).length} of {learningPaths.length} paths started
648650
</p>

0 commit comments

Comments
 (0)