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
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,9 @@ function Dashboard() {
89
89
</div>
90
90
<pclassName="text-gray-700 font-semibold">Find your progress for the various Git Mastery exercises.</p>
91
91
<pclassName="text-gray-700">To view all exercises, visit the <aclassName="text-blue-800 underline"href="https://git-mastery.github.io/exercises-directory">exercises directory</a>.</p>
92
+
<pclassName="mt-2 italic">
93
+
If there is a discrepancy, open a ticket with the Git-Mastery team <aclassName="text-blue-800 underline"href="https://github.com/git-mastery/git-mastery">here</a>
0 commit comments