Fixes: Welcome email dashboard location (#886)

* Fixes: Welcome email dashboard location
Updated logo in email

* 💚
This commit is contained in:
Tom Moor
2019-01-27 12:30:53 +00:00
committed by GitHub
parent 1a6a7d04e5
commit 476bab9333
8 changed files with 25 additions and 17 deletions

View File

@@ -14,7 +14,7 @@ export default ({ children }: Props) => {
<TBody>
<TR>
<TD>
<EmptySpace height={20} />
<EmptySpace height={10} />
{children}
<EmptySpace height={40} />
</TD>

View File

@@ -13,8 +13,8 @@ export default () => {
<img
alt="Outline"
src={`${process.env.URL}/email/header-logo.png`}
height="55"
width="32"
height="48"
width="48"
/>
</TD>
</TR>