Skip to content

Commit

Permalink
Corrected links
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Jan 22, 2025
1 parent 6f9f639 commit ff7b939
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engine/front-end/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ class App extends Router {
onClick={() => {
const item = this.state.info;
this.setState({ info: null }, () =>
Utils.openLink('https://iobroke.net', 'this'),
Utils.openLink('https://iobroker.net', 'this'),
);
}}
startIcon={<Public />}
Expand All @@ -436,7 +436,7 @@ class App extends Router {
onClick={() => {
const item = this.state.info;
this.setState({ info: null }, () =>
Utils.openLink('https://iobroke.pro', 'this'),
Utils.openLink('https://iobroker.pro', 'this'),
);
}}
startIcon={<Public />}
Expand Down

0 comments on commit ff7b939

Please sign in to comment.