diff --git a/packages/web/pages/settings/emails.tsx b/packages/web/pages/settings/emails.tsx
index 665be7765..cae89cdd2 100644
--- a/packages/web/pages/settings/emails.tsx
+++ b/packages/web/pages/settings/emails.tsx
@@ -22,6 +22,7 @@ import { toast, Toaster } from 'react-hot-toast'
import { useCallback } from 'react'
import { StyledText } from '../../components/elements/StyledText'
import { applyStoredTheme } from '../../lib/themeUpdater'
+import Link from 'next/link'
enum TextType {
EmailAddress,
@@ -88,7 +89,7 @@ const CopyTextBtnWrapper = styled(Box, {
const MobileBtnWrapper = styled(Box, {
display: 'flex',
position: 'fixed',
- bottom: '0',
+ bottom: '16px',
right: '25px',
'@md': {
display: 'none',
@@ -208,12 +209,14 @@ export default function EmailsPage(): JSX.Element {
maxWidth: '865px',
color: '$grayText',
paddingBottom: '5rem',
+ paddingTop: '2rem',
'@md': {
m: '16px',
alignSelf: 'center',
maxWidth: '72%',
mx: '42px',
+ paddingTop: '0',
},
}}
>
@@ -231,14 +234,18 @@ export default function EmailsPage(): JSX.Element {
-
-
-
+
+
+
+
+
+
+