diff --git a/public/guides/oauth.png b/public/guides/oauth.png index 591fbf179..d6f1cdb8a 100644 Binary files a/public/guides/oauth.png and b/public/guides/oauth.png differ diff --git a/public/guides/sso.png b/public/guides/sso.png index a5ef85f4f..e629aa809 100644 Binary files a/public/guides/sso.png and b/public/guides/sso.png differ diff --git a/src/roadmaps/react/content/102-components/103-props-vs-state.md b/src/roadmaps/react/content/102-components/103-props-vs-state.md index f23f1bdf9..20aedd62a 100644 --- a/src/roadmaps/react/content/102-components/103-props-vs-state.md +++ b/src/roadmaps/react/content/102-components/103-props-vs-state.md @@ -7,5 +7,5 @@ Visit the following resources to learn more: - [Component State](https://reactjs.org/docs/faq-state.html) - [How to use Props in React](https://www.robinwieruch.de/react-pass-props-to-component/) - [What is the difference between state and props in React?](https://stackoverflow.com/questions/27991366/what-is-the-difference-between-state-and-props-in-react) -- [How to update state from props in React](href='https://www.robinwieruch.de/react-derive-state-props/) +- [How to update state from props in React](https://www.robinwieruch.de/react-derive-state-props/) - [Putting props to useState](https://tkdodo.eu/blog/putting-props-to-use-state)