Skip to content

Commit

Permalink
open homepage on logo click
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Stone committed Feb 28, 2018
1 parent c0aea9f commit 7edeb4b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/renderers/prefs/tabs/About/About.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { remote } from 'electron'
import { remote, shell } from 'electron'
import React from 'react'

import UpdateStatus from '../../modules/UpdateStatus'
Expand All @@ -13,6 +13,9 @@ const About = () => {
width="100"
alt=""
style={{ display: 'block', margin: '0 auto' }}
onClick={() =>
shell.openExternal('https://will-stone.github.io/browserosaurus/')
}
/>
</p>
<h1>Browserosaurus</h1>
Expand Down

0 comments on commit 7edeb4b

Please sign in to comment.