diff --git a/app/[locale]/enterprise/utils.ts b/app/[locale]/enterprise/utils.ts index 6575bd0fe5d..05d1766d8f5 100644 --- a/app/[locale]/enterprise/utils.ts +++ b/app/[locale]/enterprise/utils.ts @@ -77,7 +77,7 @@ export const parseActivity = async ({ { label: t("page-enterprise-activity-tx-count"), apiProvider: "growthepie", - apiUrl: "https://www.growthepie.xyz/fundamentals/transaction-count", + apiUrl: "https://www.growthepie.com/fundamentals/transaction-count", state: txCountFormatted, }, { @@ -96,7 +96,7 @@ export const parseActivity = async ({ { label: t("page-enterprise-activity-media-tx-cost"), apiProvider: "growthepie", - apiUrl: "https://www.growthepie.xyz/fundamentals/transaction-costs", + apiUrl: "https://www.growthepie.com/fundamentals/transaction-costs", state: medianTxCost, }, ] diff --git a/src/components/Nav/Client/index.tsx b/src/components/Nav/Client/index.tsx index 9a6934b2220..137000918fc 100644 --- a/src/components/Nav/Client/index.tsx +++ b/src/components/Nav/Client/index.tsx @@ -7,7 +7,6 @@ import { BsTranslate } from "react-icons/bs" import SearchButton from "@/components/Search/SearchButton" import SearchInputButton from "@/components/Search/SearchInputButton" -import { Button } from "@/components/ui/buttons/Button" import { Skeleton } from "@/components/ui/skeleton" import { DESKTOP_LANGUAGE_BUTTON_NAME } from "@/lib/constants" @@ -18,6 +17,19 @@ import { useThemeToggle } from "../useThemeToggle" import { useBreakpointValue } from "@/hooks/useBreakpointValue" import { useTranslation } from "@/hooks/useTranslation" +const Button = dynamic( + () => import("../../ui/buttons/Button").then((mod) => mod.Button), + { + ssr: false, + loading: () => ( + + ), + } +) + const Menu = dynamic(() => import("../Menu"), { ssr: false, loading: () => ( diff --git a/src/intl/fr/page-layer-2-networks.json b/src/intl/fr/page-layer-2-networks.json index 8b2718feb83..c35642d876e 100644 --- a/src/intl/fr/page-layer-2-networks.json +++ b/src/intl/fr/page-layer-2-networks.json @@ -6,7 +6,7 @@ "page-layer-2-networks-more-advanced-descripton-2": "encore récents et en partie expérimentaux.", "page-layer-2-networks-more-advanced-descripton-3": "Pour en savoir plus sur la technologie, les risques et les mécanismes de confiance propres à ces réseaux, nous vous recommandons de consulter L2BEAT, qui propose un cadre d’évaluation des risques complet pour chaque projet, ainsi que growthepie, qui fournit des analyses de données générales.", "page-layer-2-networks-more-advanced-link-1": "Consultez le site l2beat.com", - "page-layer-2-networks-more-advanced-link-2": "Consultez le site growthepie.xyz", + "page-layer-2-networks-more-advanced-link-2": "Consultez le site growthepie.com", "page-layer-2-networks-callout-1-title": "Quels sont les avantages?", "page-layer-2-networks-callout-1-description": "La robustesse et la sécurité d’Ethereum permettent d'obtenir une plateforme sur laquelle d’autres réseaux peuvent se construire.", "page-layer-2-networks-callout-2-title": "Envie d’en savoir plus ?", diff --git a/src/intl/pt-br/page-layer-2-networks.json b/src/intl/pt-br/page-layer-2-networks.json index 0e2634c7d13..18b7fe98846 100644 --- a/src/intl/pt-br/page-layer-2-networks.json +++ b/src/intl/pt-br/page-layer-2-networks.json @@ -6,7 +6,7 @@ "page-layer-2-networks-more-advanced-descripton-2": "jovens e de certa forma experimentais.", "page-layer-2-networks-more-advanced-descripton-3": "Para mais informações sobre a tecnologia, os riscos e as premissas de confiança dessa rede, recomendamos verificar o site L2BEAT, que fornece uma estrutura completa de avaliação de riscos de cada projeto e usa o growthepie para análises gerais de dados.", "page-layer-2-networks-more-advanced-link-1": "Visite l2beat.com", - "page-layer-2-networks-more-advanced-link-2": "Acesse growthepie.xyz", + "page-layer-2-networks-more-advanced-link-2": "Acesse growthepie.com", "page-layer-2-networks-callout-1-title": "Quais são os benefícios?", "page-layer-2-networks-callout-1-description": "A força e a segurança da Ethereum fornecem uma plataforma sobre a qual outras redes podem se desenvolver.", "page-layer-2-networks-callout-2-title": "Interessado em saber mais detalhes?",