Skip to content
This repository has been archived by the owner on Jun 6, 2019. It is now read-only.

Commit

Permalink
Merge pull request #80 from brave/deeplink-shields
Browse files Browse the repository at this point in the history
add deeplink to the shields section
  • Loading branch information
cezaraugusto authored Nov 6, 2018
2 parents 24f140e + 80408db commit 9d2c935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/braveShields/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { getMessage } from '../../background/api/localeAPI'
export default class ShieldsFooter extends React.PureComponent<{}, {}> {
openSettings = (event: React.MouseEvent<HTMLAnchorElement>) => {
event.preventDefault()
tabsAPI.createTab({ url: 'chrome://settings' })
tabsAPI.createTab({ url: 'chrome://settings/shields' })
.catch((err) => console.log(err))
}
render () {
Expand Down

0 comments on commit 9d2c935

Please sign in to comment.