diff --git a/src/App.js b/src/App.js index 87fc654..7ded185 100644 --- a/src/App.js +++ b/src/App.js @@ -8,6 +8,7 @@ import Header from './components/header.js'; import Home from './containers/home/home'; import NotFound from './containers/not-found/not-found'; import LinearProgress from '@material-ui/core/LinearProgress'; +import { Paper } from '@material-ui/core'; const theme = createMuiTheme({ palette: { @@ -34,6 +35,14 @@ function App() { + + + If you come across any issue, feel free to report here. + + + For contributions, go to Github + + diff --git a/src/App.scss b/src/App.scss index 7f6d16a..2fd5a5d 100644 --- a/src/App.scss +++ b/src/App.scss @@ -27,6 +27,23 @@ color: #61dafb; } +.report-problem-container { + display: block; + position: fixed; + bottom: 0; + left: 0; + width: 100%; + background-color: #fff; + padding: 15px 10%; + box-sizing: border-box; + text-align: left; + border-radius: 0 +} + +.report-link { + float: right; +} + @keyframes App-logo-spin { from { transform: rotate(0deg);