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 012b22b commit de2ad10Copy full SHA for de2ad10
src/Dashboard.tsx
@@ -107,7 +107,7 @@ function Dashboard() {
107
) : userProgress == null ? (
108
<div className="text-center">
109
<p className="mb-4 text-red-700">
110
- No progress repository found for <strong>{username}</strong>.
+ No progress repository found for <strong>{username}</strong>. Ensure that you have enabled remote progress tracking in the Git-Mastery app.
111
</p>
112
<Link
113
to="/"
0 commit comments