dashboard -> home (#1194)
This commit is contained in:
@ -26,7 +26,7 @@ export const ExportEmail = () => {
|
||||
</p>
|
||||
<EmptySpace height={10} />
|
||||
<p>
|
||||
<Button href={`${process.env.URL}/dashboard`}>Go to dashboard</Button>
|
||||
<Button href={`${process.env.URL}/home`}>Go to dashboard</Button>
|
||||
</p>
|
||||
</Body>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user