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

Commit

Permalink
fix: update splashscreen and library texts
Browse files Browse the repository at this point in the history
  • Loading branch information
tilmx authored and marionebl committed May 31, 2018
1 parent a9874cc commit b56e942
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/container/connect-pane-container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const ConnectPaneContainer: React.SFC<ConnectPaneProps> = props => (
headline="Connect to a Library"
description={`
To build prototypes with already existing components,
connect to your React component library first.
connect to your React & Typescript component library first.
`}
primaryButton="Connect"
secondaryButton="Download Alva Example"
Expand Down
4 changes: 2 additions & 2 deletions src/container/splash-screen-container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ export function SplashScreenContainer(props: SplashScreenProps): JSX.Element {
</Space>
<Space sizeBottom={SpaceSize.XXXL}>
<Copy size={CopySize.M} textColor={colors.grey20}>
You can open an existing Alva space or create a new one based on our designkit
including some basic components to kickstart your project.
You can open an existing Alva file or create a new one. An .alva file includes the
connected component library, so you can easily share it with everyone.
</Copy>
</Space>
<Space sizeBottom={SpaceSize.S}>
Expand Down
5 changes: 0 additions & 5 deletions src/electron/create-menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,6 @@ export function createMenu(ctx: MenuContext): void {
});
}
},
{
label: '&Rename',
enabled: typeof ctx.project !== 'undefined',
role: 'rename'
},
{
type: 'separator'
},
Expand Down

0 comments on commit b56e942

Please sign in to comment.