-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
We have a footer that should link to an about page but no about page.
- use
react-routerto link the footer on the home page to the about page. The route for it already exists inApp.js - Implement the
About.jscomponent. 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.
Reactions are currently unavailable