Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion quickstart-with-apollo/src/components/ListPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class ListPage extends React.Component {
<div className='w-100 flex flex-wrap' style={{maxWidth: 1150}}>
<Link
to='/create'
className='ma3 box new-post br2 flex flex-column items-center justify-center ttu fw6 f20 black-30 no-underline'
className='ma3 box new-post br2 flex flex-column items-center justify-center ttu fw6 f2 black-30 no-underline'
>
<img
src={require('../assets/plus.svg')}
Expand Down