Skip to content
This repository has been archived by the owner on Dec 18, 2022. It is now read-only.

Commit

Permalink
Textual Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Amjad Ibrahim committed Feb 13, 2020
1 parent e53bd84 commit 3626e77
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions renderer/src/components/WelcomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,12 @@ const WelcomePageText = styled.div`

export const WelcomePage: React.SFC<any> = () => {
return <WelcomePageContainer>
<WelcomePageHeader>Causal Canvas</WelcomePageHeader>
<WelcomePageHeader>Welcome to the Canvas</WelcomePageHeader>
<WelcomePageText>
no Causal Model open
No Causal Model is open:
</WelcomePageText>
<WelcomePageText>
create a new with Ctrl+N
</WelcomePageText>
<WelcomePageText>
or import one
Use File menu to create a new model (ctrl+N) or to import one.
</WelcomePageText>
</WelcomePageContainer>
}
Expand Down

0 comments on commit 3626e77

Please sign in to comment.