Skip to content

Commit de2ad10

Browse files
committed
Update error message when progress repository is not found
1 parent 012b22b commit de2ad10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dashboard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ function Dashboard() {
107107
) : userProgress == null ? (
108108
<div className="text-center">
109109
<p className="mb-4 text-red-700">
110-
No progress repository found for <strong>{username}</strong>.
110+
No progress repository found for <strong>{username}</strong>. Ensure that you have enabled remote progress tracking in the Git-Mastery app.
111111
</p>
112112
<Link
113113
to="/"

0 commit comments

Comments
 (0)