aboutsummaryrefslogtreecommitdiff
path: root/src/containers/Notifications/Notifications.tsx
diff options
context:
space:
mode:
authorEugene Sokolov <eug-vs@keemail.me>2020-08-15 05:09:14 +0300
committerGitHub <noreply@github.com>2020-08-15 05:09:14 +0300
commit694918dcf0565e14dc4cba69e89907be9bed1544 (patch)
treeea5d41ef1878cef81d37125abe4a11d6018f130b /src/containers/Notifications/Notifications.tsx
parent5ef1984e869529bdae38332c9ecf59661e08c364 (diff)
parentf2ad02d1f2aa5acaac430148dadfd2abc9e671e0 (diff)
downloadwhich-ui-694918dcf0565e14dc4cba69e89907be9bed1544.tar.gz
Merge pull request #84 from which-ecosystem/dyno-wakeup
Wakeup dyno before showing layout
Diffstat (limited to 'src/containers/Notifications/Notifications.tsx')
-rw-r--r--src/containers/Notifications/Notifications.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/containers/Notifications/Notifications.tsx b/src/containers/Notifications/Notifications.tsx
index 2a9ea13..655e7be 100644
--- a/src/containers/Notifications/Notifications.tsx
+++ b/src/containers/Notifications/Notifications.tsx
@@ -4,7 +4,7 @@ import EmptyState from '../../components/EmptyState/EmptyState';
const useStyles = makeStyles(theme => ({
root: {
- marginTop: theme.spacing(25)
+ marginTop: theme.spacing(16)
}
}));