Skip to content

Commit b395f0e

Browse files
committed
Add back support URL for Git-Mastery
1 parent 0215132 commit b395f0e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Dashboard.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ function Dashboard() {
8989
</div>
9090
<p className="text-gray-700 font-semibold">Find your progress for the various Git Mastery exercises.</p>
9191
<p className="text-gray-700">To view all exercises, visit the <a className="text-blue-800 underline" href="https://git-mastery.github.io/exercises-directory">exercises directory</a>.</p>
92+
<p className="mt-2 italic">
93+
If there is a discrepancy, open a ticket with the Git-Mastery team <a className="text-blue-800 underline" href="https://github.com/git-mastery/git-mastery">here</a>
94+
</p>
9295
</div>
9396
<div>
9497
{(isUserLoading || isUserProgressLoading || isUserProgressRefetching || isProblemSetsLoading) ? (

0 commit comments

Comments
 (0)