Skip to content

Commit c8b780b

Browse files
committed
feat: update success message to reflect dashboard data fetching completion
1 parent e8a251c commit c8b780b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/dashboard/LearningProgressSection.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -832,8 +832,7 @@ const LearningProgressSection = ({ user }) => {
832832
</div>
833833
</div>
834834
<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>
835+
<p className="text-sm font-medium">Dashboard data fetched! 🎉</p>
837836
</div>
838837
<button
839838
onClick={() => setShowResourcesCompleteToast(false)}

0 commit comments

Comments
 (0)