fix(learn): change forum link in help modal (#39143)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com> Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
df6a4f649d
commit
25cabc0a18
@ -23,8 +23,7 @@ const propTypes = {
|
||||
isOpen: PropTypes.bool
|
||||
};
|
||||
|
||||
const RSA =
|
||||
'https://www.freecodecamp.org/forum/t/how-to-get-help-when-you-are-stuck-coding/19514';
|
||||
const RSA = 'https://forum.freecodecamp.org/t/19514';
|
||||
|
||||
export class HelpModal extends Component {
|
||||
render() {
|
||||
|
Reference in New Issue
Block a user