Created
August 19, 2017 11:18
-
-
Save erika-dike/b693063253a62c2dbc96d140c8b8208b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import React from 'react'; | |
| import './AboutUs.css'; | |
| const AboutUs = () => | |
| <div className="AboutUs"> | |
| <div className="flex-module"> | |
| <h3> | |
| <span className="AboutUs-title">About</span> | |
| </h3> | |
| <p> | |
| Wallie is a platform that allows users share short posts with the world. | |
| It accepts text, links, and images. | |
| </p> | |
| </div> | |
| </div>; | |
| export default AboutUs; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment