Skip to content

Commit

Permalink
improve text
Browse files Browse the repository at this point in the history
  • Loading branch information
lipp committed Aug 8, 2018
1 parent 74cf057 commit 0dcc386
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions example/nextjs/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ const Index = ({profile, origin}) => (
<br />
</div>
<div className='deploy has-text-centered'>
<h1 className='title is2'>Deploy your own</h1>
<div className='notification now'><strong>now</strong> lipp/login-with</div>
<div className='notification docker'><strong>docker</strong> pull lipp/login-with</div>
<h1 className='title'>Deploy your own</h1>
<div className='notification now'><strong>now</strong> lipp/login-with -e LW_FACEBOOK_APPID=...</div>
<div className='notification docker'><strong>docker</strong> run lipp/login-with -e LW_FACEBOOK_APPID=...</div>
</div>
<style jsx global>{`
.fa-linkedin {
Expand Down

0 comments on commit 0dcc386

Please sign in to comment.