Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Patch v2.4.3 #217

Merged
merged 1 commit into from
Jan 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
aws-access-key-id: AWS_ACCESS_KEY_ID
aws-secret-access-key: AWS_SECRET_ACCESS_KEY
from: build
to: "s3://dev.argoapp.net"
to: "s3://dev.spheron.network"
arguments: |
--acl public-read \
--cache-control "max-age=86400"
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
aws-access-key-id: AWS_ACCESS_KEY_ID
aws-secret-access-key: AWS_SECRET_ACCESS_KEY
from: build
to: "s3://app.argoapp.net"
to: "s3://app.spheron.network"
arguments: |
--acl public-read \
--cache-control "max-age=86400"
Expand Down
2 changes: 1 addition & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![CircleCI](https://circleci.com/gh/argoapp-live/argo-react/tree/master.svg?style=shield)](https://circleci.com/gh/argoapp-live/argo-react/tree/master)

<p align="center">
<a href="https://argoapp.net/">
<a href="https://spheron.network/">
<img src="../static/logo_light.png" alt="ArGo logo (light version)" width="210">
</a>

Expand Down
Binary file added public/favicon.ico
Binary file not shown.
25 changes: 7 additions & 18 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,33 +7,22 @@

<link rel="manifest" href="./manifest.json" />

<link rel="icon" media="(prefers-color-scheme:light)" href="logo_light.svg" />
<link rel="icon" media="(prefers-color-scheme:dark)" href="logo_dark.svg" />

<script
src="https://unpkg.com/favicon-switcher@1.2.2/dist/index.js"
crossorigin="anonymous"
type="application/javascript"
defer
></script>
<link rel="icon" href="./favicon.ico" />

<meta name="twitter:card" content="summary_large_image" />
<meta
name="description"
content="ArGo is a decentralized serverless app deployment platform that takes any web app to a decentralized cloud protocols."
/>
<meta
property="og:title"
content="ArGo - Your decentralized Hosting and Storage Partner"
content="Spheron Protocol is the simplest, fastest & most convenient way to deploy your web apps onto the Decentralized Cloud Network"
/>
<meta property="og:title" content="Spheron Protocol" />
<meta
property="og:description"
content="ArGo is a decentralized serverless app deployment platform that takes any web app to a decentralized cloud protocols."
content="Spheron Protocol is the simplest, fastest & most convenient way to deploy your web apps onto the Decentralized Cloud Network"
/>
<meta property="og:image" content="https://app.argoapp.net/og.jpeg" />
<meta property="og:image" content="https://spheron.network/metaimage.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:url" content="https://argoapp.net/" />
<meta property="og:url" content="https://spheron.network/" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Expand All @@ -43,7 +32,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>ArGo - Your decentralized Hosting and Storage Partner</title>
<title>Spheron Protocol</title>

<!-- Global site tag (gtag.js) - Google Analytics -->
<script
Expand Down
13,736 changes: 0 additions & 13,736 deletions public/logo_dark.svg

This file was deleted.

26,634 changes: 0 additions & 26,634 deletions public/logo_light.svg

This file was deleted.

Binary file removed public/og.jpeg
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const EnsDomainGeneral = () => {
Brave & Opera browsers have direct support for ENS Domains, so no
gateway is required.
</label>
<a href="https://docs.argoapp.net/">
<a href="https://docs.spheron.network/">
Learn more about ens domains from our docs
<span>
<FontAwesomeIcon icon={faArrowRight} />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const HandshakeSubdomainGeneral = () => {
or use a gateway like hns.to
</label>
<a
href="https://docs.argoapp.net/domain-and-https/hns-domain/overview"
href="https://docs.spheron.network/domain-and-https/hns-domain/overview"
rel="noopener noreferrer"
target="_blank"
>
Expand Down
4 changes: 2 additions & 2 deletions src/components/WalletRecharge/WalletRecharge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,11 @@ function WalletRecharge() {
<label className="wallet-recharge-form-subtitle">
To get <b>Matic Testnet $ARGO Tokens</b>, please visit{" "}
<a
href="https://faucet.argoapp.net"
href="https://faucet.spheron.network/"
target="_blank"
rel="noopener noreferrer"
>
https://faucet.argoapp.net
https://faucet.spheron.network
</a>
.
</label>
Expand Down
2 changes: 1 addition & 1 deletion src/components/_SharedComponents/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const Header: React.FC<IHeaderProps> = ({ parent }) => {
<FontAwesomeIcon icon={faEllipsisH}></FontAwesomeIcon>
</div> */}
<a
href="https://docs.argoapp.net"
href="https://docs.spheron.network"
target="_blank"
rel="noopener noreferrer"
className="link-container"
Expand Down
6 changes: 3 additions & 3 deletions src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const NODE_ENV: string = process.env.REACT_APP_STAGE || "development";

const development: IConfig = {
urls: {
API_URL: "https://dev-api.argoapp.net",
API_URL: "https://dev-api.spheron.network",
IMAGE_NOT_FOUND: "https://ik.imagekit.io/argo/default-not-fount_RVbgyZDh5Q.png",
},
web3: {
Expand Down Expand Up @@ -58,7 +58,7 @@ const development: IConfig = {

const production: IConfig = {
urls: {
API_URL: "https://api.argoapp.net",
API_URL: "https://api.spheron.network",
IMAGE_NOT_FOUND: "https://ik.imagekit.io/argo/default-not-fount_RVbgyZDh5Q.png",
},
web3: {
Expand Down Expand Up @@ -87,7 +87,7 @@ const production: IConfig = {

const test: IConfig = {
urls: {
API_URL: "https://dev-api.argoapp.net",
API_URL: "https://dev-api.spheron.network",
IMAGE_NOT_FOUND: "https://ik.imagekit.io/argo/default-not-fount_RVbgyZDh5Q.png",
},
web3: {
Expand Down