diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index a71ca8042..7d8ac0f49 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -85,9 +85,9 @@ jobs: GH_SELLER_CLIENT_ID=5DYm3Wk4aa1BbfhH1ajmY6MNEELXoicmKRnP4tzHYjSKnD9K GH_SELLER_TOKEN_SIGNER=retire strong pole intact cool music high path salt praise stadium spatial GH_SERVER_MNEMONIC=plunge pumpkin penalty segment cattle more print below fat lemon clap uniform - GH_NEXT_PUBLIC_DATAHUB_QUERY_URL=https://ownership-pallet-data-hub-core.subsocial.network/graphql - GH_NEXT_PUBLIC_DATAHUB_SUBSCRIPTION_URL=wss://ownership-pallet-data-hub-core.subsocial.network/graphql-ws - GH_DATAHUB_QUEUE_URL=https://ownership-pallet-data-hub-queue.subsocial.network/graphql + GH_NEXT_PUBLIC_DATAHUB_QUERY_URL=https://sub-data-hub.subsocial.network/graphql + GH_NEXT_PUBLIC_DATAHUB_SUBSCRIPTION_URL=wss://sub-data-hub.subsocial.network/graphql-ws + GH_DATAHUB_QUEUE_URL=https://sub-queue-data-hub.subsocial.network/graphql GH_DATAHUB_QUEUE_TOKEN=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhZG1pbiI6dHJ1ZX0.jpXwkIJ4DpV4IvSI3eWVVXE6x89qr_GIq7IlbBv5YE0 GH_NEXT_PUBLIC_APP_ID=12364 # GH_NEXT_PUBLIC_ENABLE_MAINTENANCE_PAGE=true diff --git a/src/components/utils/GrillIframe.tsx b/src/components/utils/GrillIframe.tsx index 474d53973..e8b7a3e2a 100644 --- a/src/components/utils/GrillIframe.tsx +++ b/src/components/utils/GrillIframe.tsx @@ -16,6 +16,7 @@ const GrillIframeModal = forwardRef< style={{ opacity: isOpen ? 1 : 0, pointerEvents: isOpen ? 'auto' : 'none', + display: isOpen ? 'block' : 'none', transition: 'opacity 0.3s ease-in-out', border: 'none', colorScheme: 'none',