Our current About page simply consists of a div that says the following in the ui/CoreContent constant: const About = () => ( <div> <h2>About</h2> </div> ); The above needs to live in a separate ui component and provide a description of what the Idea Hub is and what it's supposed to be used for.
Our current About page simply consists of a div that says the following in the ui/CoreContent constant:
const About = () => (
About
The above needs to live in a separate ui component and provide a description of what the Idea Hub is and what it's supposed to be used for.