File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ function Dashboard() {
140140 . filter ( exercise => parsedUserProgress . has ( exercise . exercise_name ) )
141141 . map ( ( exercise , idx ) => (
142142 < tr key = { idx } >
143- < td className = "border border-gray-300 px-4 py-2 text-left" > < a target = "_blank" href = { `https://git-mastery.github.io/exercises/ ${ exercise . exercise_name . replace ( "-" , "_" ) } ` } > < code className = "underline text-blue-800" > { exercise . exercise_name } </ code > </ a > </ td >
143+ < td className = "border border-gray-300 px-4 py-2 text-left" > < a target = "_blank" href = { `https://git-mastery.github.io/exercises-directory#exercise- ${ exercise . exercise_name } ` } > < code className = "underline text-blue-800" > { exercise . exercise_name } </ code > </ a > </ td >
144144 < td className = "border border-gray-300 px-4 py-2 text-left" > { parsedUserProgress . get ( exercise . exercise_name ) } </ td >
145145 </ tr >
146146 ) ) }
You can’t perform that action at this time.
0 commit comments