dashboard -> home (#1194)

This commit is contained in:
Tom Moor
2020-02-26 21:10:20 -08:00
committed by GitHub
parent d06ec5ce0c
commit dac2d43f55
12 changed files with 21 additions and 20 deletions

View File

@ -21,7 +21,7 @@ To get started, head to your dashboard and try creating a collection to help doc
You can also import existing Markdown documents by dragging and dropping them to your collections.
${teamUrl}/dashboard
${teamUrl}/home
`;
export const WelcomeEmail = ({ teamUrl }: Props) => {
@ -43,7 +43,7 @@ export const WelcomeEmail = ({ teamUrl }: Props) => {
</p>
<EmptySpace height={10} />
<p>
<Button href={`${teamUrl}/dashboard`}>View my dashboard</Button>
<Button href={`${teamUrl}/home`}>View my dashboard</Button>
</p>
</Body>