Skip to content

Instantly share code, notes, and snippets.

@erika-dike
Created August 19, 2017 11:18
Show Gist options
  • Save erika-dike/b693063253a62c2dbc96d140c8b8208b to your computer and use it in GitHub Desktop.
Save erika-dike/b693063253a62c2dbc96d140c8b8208b to your computer and use it in GitHub Desktop.
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