Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
fix(components): improve welcome message
Browse files Browse the repository at this point in the history
  • Loading branch information
TheReincarnator committed Dec 15, 2017
1 parent 2be9a05 commit cfb4f86
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions src/component/presentation/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,21 @@ export class Preview extends React.Component<PreviewProps> {
} else {
return (
<div>
Checkout or download the alva designkit(https://github.com/meetalva/designkit) and
open it as a project
<h1>Welcome to Alva.</h1>
<p>
Alva is a radically new design tool that enables cross-functional teams to design
digital products.
</p>
<p>
To get started, you need a style-guide project (like a Patternplate project), or
alternatively, you can download a prototype style-guide (design kit) from:
</p>
<p>
<a href="https://github.com/meetalva/designkit">
https://github.com/meetalva/designkit
</a>
</p>
<p>Then, click File &gt; Open Styleguide to open it.</p>
</div>
);
}
Expand Down

0 comments on commit cfb4f86

Please sign in to comment.