diff --git a/package.json b/package.json index d3efed2b6..014f604b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scroll.io", - "version": "5.0.58", + "version": "5.0.59", "private": false, "license": "MIT", "scripts": { diff --git a/src/components/Header/constants.ts b/src/components/Header/constants.ts index 0f964358d..de615be7a 100644 --- a/src/components/Header/constants.ts +++ b/src/components/Header/constants.ts @@ -172,13 +172,13 @@ const mainnetNavigations = [ label: "Blog", key: "blog", href: "/blog", - rootKey: "explore", + rootKey: "resources", }, { label: "Join Us ", key: "join our team", href: "/join-us", - rootKey: "explore", + rootKey: "resources", }, { label: "Brand Kit", diff --git a/src/constants/ecosystem.ts b/src/constants/ecosystem.ts index c0f8d66b9..4f0406697 100644 --- a/src/constants/ecosystem.ts +++ b/src/constants/ecosystem.ts @@ -15,9 +15,9 @@ export const DIVERGENT_CATEGORY_MAP = { Wallet: ["Wallet", "Hardware Wallet"], } -export const LIST_YOUR_DAPP_LINK = "https://scrollzkp.typeform.com/buildwithscroll" +export const LIST_YOUR_DAPP_LINK = "https://tally.so/r/nGppyZ" -export const LOOKING_FOR_A_DAPP_LINK = "https://scrollzkp.typeform.com/to/mHYILHJx" +export const REQUEST_A_DAPP_LINK = "https://tally.so/r/3jlj59" export const LEARN_BUILD_LINK = "https://docs.scroll.io/en/getting-started/overview/" @@ -31,7 +31,7 @@ export const ECOSYSTEM_EXPLORER_LIST = [ }, { icon: DoubleEyesIcon, - href: LOOKING_FOR_A_DAPP_LINK, + href: REQUEST_A_DAPP_LINK, title: "Request a dApp", content: "At Scroll, we want to provide the most vibrant ecosystem for our users. Can’t find the application you’re looking for on Scroll? We want to know!", diff --git a/src/pages/ecosystem/Protocols/index.tsx b/src/pages/ecosystem/Protocols/index.tsx index ec17648fb..11a11a9b6 100644 --- a/src/pages/ecosystem/Protocols/index.tsx +++ b/src/pages/ecosystem/Protocols/index.tsx @@ -6,7 +6,7 @@ import Button from "@/components/Button" import SectionHeader from "@/components/SectionHeader" import SectionWrapper from "@/components/SectionWrapper" import Select from "@/components/Select" -import { DIVERGENT_CATEGORY_MAP, LOOKING_FOR_A_DAPP_LINK } from "@/constants" +import { DIVERGENT_CATEGORY_MAP, REQUEST_A_DAPP_LINK } from "@/constants" import Gallery from "../Gallery" @@ -24,7 +24,7 @@ const Protocols = props => { title="Find your purpose with Scroll" content="Whatever the use case, we’re building for what’s next. Browse all protocols and discover new inspiration." action={ - }