Skip to content

Commit

Permalink
Change online-editor labels (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagobento authored Mar 11, 2020
1 parent f9c3ff9 commit bcd7d4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/online-editor/src/home/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ export function HomePage(props: Props) {
<Card>
<CardHeader>
<Title headingLevel="h2" size="2xl">
Open source code
Open from source code
</Title>
</CardHeader>
<CardBody isFilled={false}>Paste a URL to a source code link (GitHub, Dropbox, etc.)</CardBody>
Expand Down Expand Up @@ -418,7 +418,7 @@ export function HomePage(props: Props) {
</CardBody>
<CardFooter>
<Button variant="secondary" onClick={() => openFile()} isDisabled={!validatedInputUrl}>
Open source code
Open from source code
</Button>
</CardFooter>
</Card>
Expand Down

0 comments on commit bcd7d4d

Please sign in to comment.