Skip to content

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
domyen committed Jun 14, 2018
1 parent 6f2d786 commit 033fbee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 14 deletions.
5 changes: 2 additions & 3 deletions src/components/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import * as styles from "./shared/styles";
import * as global from "./shared/global";
//import * as icons from './shared/icons';
import * as styles from './shared/styles';
import * as global from './shared/global';

export { styles, global };
18 changes: 7 additions & 11 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,19 +235,15 @@ export default ({ data: { site: { siteMetadata: { toc, defaultTranslation } }, p
<ActionHeading>Get Started</ActionHeading>
<Actions>
<Link isGatsby to={`/react/en/${firstChapter}`}>
<Button inverse small>
React tutorial
</Button>
</Link>
<Link isGatsby to={`/vue/en/${firstChapter}`}>
<Button inverse small>
Vue tutorial
</Button>
<Button inverse>React</Button>
</Link>

<Button inverse disabled>
Vue (coming soon)
</Button>

<Link href="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/hichroma/learnstorybook.com" target="_blank">
<Button outline small>
GitHub
</Button>
<Button outline>GitHub</Button>
</Link>
</Actions>
</Pitch>
Expand Down

0 comments on commit 033fbee

Please sign in to comment.