Skip to content

Commit

Permalink
Frontend OpenScanLink.js update url
Browse files Browse the repository at this point in the history
  • Loading branch information
physcom committed Oct 2, 2023
1 parent 64c1c51 commit c95ceef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components-ui/OpenScanLink.js
@@ -1,7 +1,7 @@
import React from "react";

export const OpenScanLink = ({children}) => (
<a href={`http://localhost:8080/widget/trx/address/${children}`} target="_blank" rel="noopener noreferrer">
<a href={`https://api.openfuture.io/widget/trx/address/${children}`} target="_blank" rel="noopener noreferrer">
{children}
</a>
);
Expand Down

0 comments on commit c95ceef

Please sign in to comment.