Skip to content

Commit

Permalink
redirect extension retrive URL
Browse files Browse the repository at this point in the history
  • Loading branch information
zongou committed Aug 7, 2019
1 parent c3ceaa6 commit c38ab21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/Settings/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ class Settings extends Component {
<p className="name">
<span>Material Design New Tab </span>
<a
href={chrome.i18n.getUILanguage() === 'zh-CN' ? 'https://github.com/zongou/Extensions/tree/master/Material-Design-NTP' : 'https://github.com/zongou/Extensions/tree/master/Material-Design-NTP'}
href={chrome.i18n.getUILanguage() === 'zh-CN' ? 'https://github.com/zongou/new-tab-zongou/releases' : 'https://github.com/zongou/new-tab-zongou/releases'}
target="_blank"
>
<FlatButton label={chrome.runtime.getManifest().version} />
Expand Down

0 comments on commit c38ab21

Please sign in to comment.