소스 검색

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 1 일 전
부모
커밋
278dfe4d59
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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" },
     ],