Explorar el Código

fix: correct Browse Supported Feeds link in Pyth Pro section

The link was pointing to /price-feeds/pro/price-feeds-ids but should point to /price-feeds/pro/price-feed-ids (singular 'feed' not plural 'feeds')

Co-Authored-By: Jayant <jayantkrishnamurthy@gmail.com>
Devin AI hace 1 día
padre
commit
278dfe4d59
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      apps/developer-hub/src/components/Pages/Homepage/index.tsx

+ 1 - 1
apps/developer-hub/src/components/Pages/Homepage/index.tsx

@@ -134,7 +134,7 @@ const products: ProductCardConfig[] = [
       },
       {
         label: "Browse Supported Feeds",
-        href: "/price-feeds/pro/price-feeds-ids",
+        href: "/price-feeds/pro/price-feed-ids",
       },
       { label: "Pricing", href: "https://www.pyth.network/pricing" },
     ],