Skip to content

Commit

Permalink
change icon for external link in Designer
Browse files Browse the repository at this point in the history
  • Loading branch information
baudelotphilippe committed Oct 9, 2024
1 parent 18a8fb1 commit 1e7148a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions otoroshi/javascript/src/pages/RouteDesigner/Designer.js
Original file line number Diff line number Diff line change
Expand Up @@ -2036,7 +2036,7 @@ const UnselectedNode = ({
title={`Go to ${start}${domain}`}
onClick={() => goTo(idx)}
>
<i className="fas fa-arrow-right" />
<i className="fas fa-external-link-alt"/>
</button>
</div>
</div>
Expand Down Expand Up @@ -2168,7 +2168,7 @@ const UnselectedNode = ({
title={`Go to ${backendURL}`}
onClick={() => window.open(backendURL, '_blank')}
>
<i className="fas fa-arrow-right" />
<i className="fas fa-external-link-alt" />
</button>
</div>
</div>
Expand Down

0 comments on commit 1e7148a

Please sign in to comment.