diff --git a/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/components/ProjectSidebarLayout.tsx b/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/components/ProjectSidebarLayout.tsx index ffec22ee25d..906f62eb047 100644 --- a/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/components/ProjectSidebarLayout.tsx +++ b/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/components/ProjectSidebarLayout.tsx @@ -22,7 +22,6 @@ export function ProjectSidebarLayout(props: { children: React.ReactNode; hasEngines: boolean; showContracts: boolean; - teamId: string; }) { const contentSidebarLinks = [ { @@ -52,14 +51,14 @@ export function ProjectSidebarLayout(props: { href: `${props.layoutPath}/wallets/sponsored-gas`, label: "Gas Sponsorship", }, - ...(props.teamId === "team_clmb33q9w00gn1x0u2ri8z0k0" - ? [ - { - href: `${props.layoutPath}/wallets/dedicated-relayer`, - label: "Dedicated Relayer", - }, - ] - : []), + { + href: `${props.layoutPath}/wallets/dedicated-relayer`, + label: ( + + Dedicated Relayer New + + ), + }, ], }, ...(props.showContracts diff --git a/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/layout.tsx b/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/layout.tsx index aa61eb25fd8..9d23f672934 100644 --- a/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/layout.tsx +++ b/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/layout.tsx @@ -107,7 +107,6 @@ export default async function ProjectLayout(props: { layoutPath={layoutPath} hasEngines={hasLegacyDedicatedEngines} showContracts={showContracts} - teamId={team.id} > {props.children} diff --git a/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/wallets/dedicated-relayer/components/active-state.tsx b/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/wallets/dedicated-relayer/components/active-state.tsx index edac60e603d..347468da152 100644 --- a/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/wallets/dedicated-relayer/components/active-state.tsx +++ b/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/wallets/dedicated-relayer/components/active-state.tsx @@ -154,7 +154,7 @@ export function DedicatedRelayerActiveState( {/* Transactions Table */}
-

Fleet Transactions

+

Transaction History