From c0f908c4fbd76032a8ea7cbc6a6eff926390e1db Mon Sep 17 00:00:00 2001
From: zramsay
Date: Wed, 12 Feb 2025 18:34:25 -0500
Subject: [PATCH] add mito and laconic
---
.github/workflows/publish-to-laconic.yml | 2 +-
src/app/about/page.tsx | 8 ++++++++
src/app/page.tsx | 5 ++---
3 files changed, 11 insertions(+), 4 deletions(-)
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) */}
+
)
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) */}
- */}
)