Skip to content

Commit 4ebb4ac

Browse files
committed
github link
1 parent cac91a5 commit 4ebb4ac

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

presentation/deck.jsx

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export default class extends React.Component {
3030
<Heading size={2} fit caps textColor="black">
3131
Where You Can Write Your Decks In JSX
3232
</Heading>
33+
<Link href="https://github.com/FormidableLabs/spectacle"><Text bold caps textColor="white">View on Github</Text></Link>
3334
<Text textSize="1.5em" margin="20px 0px 0px" bold>Hit Your Right Arrow To Begin!</Text>
3435
</Slide>
3536
<Slide transition={['slide']} bgColor="black">

themes/default/index.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,9 @@ module.exports = {
124124
display: 'block',
125125
margin: '0.5em auto'
126126
},
127-
link: {},
127+
link: {
128+
textDecoration: 'none'
129+
},
128130
listItem: {
129131
fontSize: '2.66em'
130132
},

0 commit comments

Comments
 (0)