From 73f64d9c4af650bcda300375d327568960702129 Mon Sep 17 00:00:00 2001 From: Sergii Bomko Date: Mon, 12 Jul 2021 11:34:37 +0300 Subject: [PATCH] update footer --- src/components/Footer.js | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/components/Footer.js b/src/components/Footer.js index 97f9124..95301a3 100644 --- a/src/components/Footer.js +++ b/src/components/Footer.js @@ -2,6 +2,7 @@ import React from 'react'; import { makeStyles } from '@material-ui/core/styles'; import AppBar from '@material-ui/core/AppBar'; import Toolbar from '@material-ui/core/Toolbar'; +import Typography from '@material-ui/core/Typography'; import Link from '@material-ui/core/Link'; import IconButton from '@material-ui/core/IconButton'; import GitHubIcon from '@material-ui/icons/GitHub'; @@ -11,6 +12,9 @@ const useStyles = makeStyles(() => ({ alignItems: 'center', background: 'transparent', boxShadow: 'none' + }, + info: { + marginTop: 20 } })); @@ -19,10 +23,16 @@ export default function Footer() { return ( + + This is open source project. It uses Ethereum blockchain as a datasource. It does not collect any user's data nor analytics. + + + The best ways to leave a feedback are star the project or create an issue on GitHub. + - +