aboutsummaryrefslogtreecommitdiff
path: root/src/pages/NotificationsPage/NotificationsPage.tsx
diff options
context:
space:
mode:
authorEugene Sokolov <eug-vs@keemail.me>2020-07-05 12:38:59 +0300
committerGitHub <noreply@github.com>2020-07-05 12:38:59 +0300
commite08140bf69c10b0bd313da4bce0abdabf29ef709 (patch)
tree0c602e06fa729c3895d4aadc9b134ad3fe3cc701 /src/pages/NotificationsPage/NotificationsPage.tsx
parenta56ed602a4149a3e19ac58c84c51e0eb108358c2 (diff)
parent7ba3047602d8850bb2f80d52448e08cc47290d23 (diff)
downloadwhich-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.tsx2
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'
}
}));