diff options
author | Eugene Sokolov <eug-vs@keemail.me> | 2020-07-05 12:38:59 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-05 12:38:59 +0300 |
commit | e08140bf69c10b0bd313da4bce0abdabf29ef709 (patch) | |
tree | 0c602e06fa729c3895d4aadc9b134ad3fe3cc701 /src/pages/NotificationsPage/NotificationsPage.tsx | |
parent | a56ed602a4149a3e19ac58c84c51e0eb108358c2 (diff) | |
parent | 7ba3047602d8850bb2f80d52448e08cc47290d23 (diff) | |
download | which-ui-e08140bf69c10b0bd313da4bce0abdabf29ef709.tar.gz |
Merge pull request #62 from which-ecosystem/feedback
Feedback feature & instagram links
Diffstat (limited to 'src/pages/NotificationsPage/NotificationsPage.tsx')
-rw-r--r-- | src/pages/NotificationsPage/NotificationsPage.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/NotificationsPage/NotificationsPage.tsx b/src/pages/NotificationsPage/NotificationsPage.tsx index 3c39ba3..064fbd4 100644 --- a/src/pages/NotificationsPage/NotificationsPage.tsx +++ b/src/pages/NotificationsPage/NotificationsPage.tsx @@ -4,7 +4,7 @@ import { Typography } from '@material-ui/core'; const useStyles = makeStyles(theme => ({ root: { - marginTop: theme.spacing(40), + marginTop: theme.spacing(25), textAlign: 'center' } })); |