diff --git a/src/about/About.js b/src/about/About.js index 8efd630..5084870 100644 --- a/src/about/About.js +++ b/src/about/About.js @@ -2,29 +2,32 @@ // Licensed under the BSD 3-Clause License import React from "react"; -import { Box, Link, Typography } from "@material-ui/core"; +import { Box, Link, Typography, Divider } from "@material-ui/core"; const About = () => { return ( - - + + About - + An open source gitlab linting utility. + + Contribute - + Fork the repository and send your pull-requests. -
    +
  • Frontend: {
  • Backend: { https://github.com/globocom/gitlab-lint
  • -
+
+ + License @@ -54,7 +60,7 @@ const About = () => { be licensed under its BSD 3-Clause license. -
+ ); };