Skip to content

Commit

Permalink
fix eosq link in dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
jubeless committed Apr 27, 2020
1 parent 5e2be02 commit 2f782b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/client/src/components/side-menu/side-menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export const SideMenu: React.FC = () => {
</Menu.Item>
<Menu.Item key="eosqElese">
{/* TODO: Must come from some config provided by the server */}
<a href="http://localhost:8081" target="_blank" rel="noopener noreferrer">
<a href="http://localhost:8080" target="_blank" rel="noopener noreferrer">
<IconWrapper>
<FontAwesomeIcon icon={faSearch} />
</IconWrapper>
Expand Down

0 comments on commit 2f782b4

Please sign in to comment.