fix siasky.net hardcoded

This commit is contained in:
Karol Wypchlo 2021-04-12 14:11:24 +02:00
parent cdf1064293
commit 76b0431cc4
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ const createUploadErrorMessage = (error) => {
return `Critical error, please refresh the application and try again. ${error.message}`;
};
const client = new SkynetClient("https://siasky.net");
const client = new SkynetClient();
const RegistrationLink = () => (
<Link