You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Dashboard.tsx
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -107,8 +107,11 @@ function Dashboard() {
107
107
</div>
108
108
) : userProgress==null ? (
109
109
<divclassName="text-center">
110
-
<pclassName="mb-4 text-red-700">
111
-
No progress repository found for <strong>{username}</strong>. Ensure that you have enabled remote progress tracking in the Git-Mastery app.
110
+
<pclassName="mb-2 text-red-700">
111
+
No progress repository found for <strong>{username}</strong>.
112
+
</p>
113
+
<pclassName="mb-6 text-red-700">
114
+
Ensure that you have enabled remote progress tracking using <codeclassName="bg-gray-100 px-2 py-1">gitmastery progress sync on</code> in the Git-Mastery app.
0 commit comments