diff --git a/.github/workflows/publish-to-laconic.yml b/.github/workflows/publish-to-laconic.yml index 0bf8913..33172df 100644 --- a/.github/workflows/publish-to-laconic.yml +++ b/.github/workflows/publish-to-laconic.yml @@ -13,7 +13,7 @@ env: REGISTRY_RPC_ENDPOINT: "https://laconicd-sapo.laconic.com" REGISTRY_GQL_ENDPOINT: "https://laconicd-sapo.laconic.com/api" REGISTRY_CHAIN_ID: "laconic-testnet-2" - REGISTRY_DEPLOYMENT_HOSTNAME: dns-test.portal.mito.systems + REGISTRY_DEPLOYMENT_HOSTNAME: ranger.mito.systems DEPLOYER_LRN: "lrn://vaasl-provider/deployers/webapp-deployer-api.apps.vaasl.io" AUTHORITY: "vaasl" PINATA_BASE_URL: ${{ secrets.PINATA_BASE_URL }} diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index ada9cfd..0106013 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -43,6 +43,14 @@ const AboutPage = () => {

+ + {/* Info Section (not needed right now) */} +
+

+ Built by Mito Systems - Powered by Laconic +

+ +
) diff --git a/src/app/page.tsx b/src/app/page.tsx index 452834f..056e374 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,13 +60,12 @@ const Page: React.FC = (): React.ReactElement => { /> - {/* Info Section (not needed right now) + {/* Info Section (not needed right now) */}

- Powered by Mito Systems + Built by Mito Systems - Powered by Laconic

- */} )