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
We have a footer that should link to an about page but no about page.
use react-router to link the footer on the home page to the about page. The route for it already exists in App.js
Implement the About.js component. It should look similar to the login page
reuse the main header from the login page
replace the login form with text. It is fine to use lorum ipsum placeholder text for now. There is a separate issue to write the copy for the about page.
The text was updated successfully, but these errors were encountered:
Hey @pthan1 it seems like you need to leave a comment on the issue asking to be assigned before the repo will let me assign you this issue. I'm looking into the repo settings to see if I can change this, but the simplest workaround for now is if you leave a comment below here.
We have a footer that should link to an about page but no about page.
react-router
to link the footer on the home page to the about page. The route for it already exists inApp.js
About.js
component. It should look similar to the login pageThe text was updated successfully, but these errors were encountered: