We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8a251c commit c8b780bCopy full SHA for c8b780b
src/components/dashboard/LearningProgressSection.jsx
@@ -832,8 +832,7 @@ const LearningProgressSection = ({ user }) => {
832
</div>
833
834
<div className="flex-1">
835
- <p className="text-sm font-medium">All resources loaded! 🎉</p>
836
- <p className="text-xs text-green-100">Your dashboard is now fully updated</p>
+ <p className="text-sm font-medium">Dashboard data fetched! 🎉</p>
837
838
<button
839
onClick={() => setShowResourcesCompleteToast(false)}
0 commit comments