Skip to content

Commit

Permalink
Add missing Lincoln variant
Browse files Browse the repository at this point in the history
  • Loading branch information
zenorocha committed Feb 11, 2020
1 parent 731d902 commit 3f951d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions components/pro/Preview.js
Expand Up @@ -18,8 +18,9 @@ class Preview extends Component {
<option value="1">Pro</option>
<option value="2">Blade</option>
<option value="3">Buffy</option>
<option value="4">Morbius</option>
<option value="5">Van Helsing</option>
<option value="4">Lincoln</option>
<option value="5">Morbius</option>
<option value="6">Van Helsing</option>
</select>
</div>
<img className={this.props.app === 'alfred' ? styles.imageAlfred : styles.image} src={`/static/img/pro/${this.props.app}/${this.props.variant}.png`} alt="Theme Preview" />
Expand Down

1 comment on commit 3f951d1

@vercel
Copy link

@vercel vercel bot commented on 3f951d1 Feb 11, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.