Skip to content

Commit

Permalink
Merge pull request #131 from OpenFuturePlatform/public-api-elaman
Browse files Browse the repository at this point in the history
Frontend OpenScanLink.js update url
  • Loading branch information
Elaman Nazarkulov committed Oct 2, 2023
2 parents f79e16b + c95ceef commit 403b8e5
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 403b8e5

Please sign in to comment.