-
- >
- );
-}
diff --git a/app/fund/dashboard/page.tsx b/app/fund/dashboard/page.tsx
deleted file mode 100644
index a2c325435..000000000
--- a/app/fund/dashboard/page.tsx
+++ /dev/null
@@ -1,18 +0,0 @@
-import { Metadata } from 'next';
-import { PageLayout } from '@/app/layouts/PageLayout';
-import { buildOpenGraphMetadata } from '@/lib/metadata';
-import { FunderDashboardContent } from './FunderDashboardContent';
-
-export const metadata: Metadata = buildOpenGraphMetadata({
- title: 'Funder Dashboard',
- description: 'Track the impact of the research you fund.',
- url: '/fund/dashboard',
-});
-
-export default function FunderDashboardRoute() {
- return (
-
-
-
- );
-}
diff --git a/app/give/components/GiveDashboard.tsx b/app/give/components/GiveDashboard.tsx
index eafaa2995..e50f5e2fc 100644
--- a/app/give/components/GiveDashboard.tsx
+++ b/app/give/components/GiveDashboard.tsx
@@ -88,7 +88,7 @@ export function GiveDashboard() {
all the way to the result.
- Your funder dashboard brings every opportunity you support into one place.
+ My Funding brings every opportunity you support into one place.
@@ -105,7 +105,7 @@ export function GiveDashboard() {
-
+
Welcome back, Jennifer.
diff --git a/components/Feed/FeedEntryItem.tsx b/components/Feed/FeedEntryItem.tsx
index 20c8c299c..45b347eb6 100644
--- a/components/Feed/FeedEntryItem.tsx
+++ b/components/Feed/FeedEntryItem.tsx
@@ -41,7 +41,7 @@ interface FeedEntryItemProps {
/**
* Which grant card to render for GRANT entries. `comprehensive` adds the
* deployment progress bar, community match and key insights, and is used on
- * the funder dashboard. Defaults to the simpler public-facing card.
+ * the Funds given tab. Defaults to the simpler public-facing card.
*/
grantCardVariant?: 'default' | 'comprehensive';
feedOrdering?: string;
diff --git a/components/Feed/items/FeedItemGrantComprehensive.tsx b/components/Feed/items/FeedItemGrantComprehensive.tsx
index dd2337dfe..68a93567f 100644
--- a/components/Feed/items/FeedItemGrantComprehensive.tsx
+++ b/components/Feed/items/FeedItemGrantComprehensive.tsx
@@ -446,7 +446,7 @@ const ProposalRow: FC = ({ application, showUSD, exchangeRate,
};
/**
- * Comprehensive grant card used on the funder dashboard (`/fund/dashboard`).
+ * Comprehensive grant card used on the Funds given tab.
* Surfaces the deployment progress bar, community match, funder contribution
* and per-proposal key insights. The simpler public-facing variant lives in
* `FeedItemGrantWithApplicants`.
diff --git a/components/Feed/skeletons/GrantComprehensiveSkeleton.tsx b/components/Feed/skeletons/GrantComprehensiveSkeleton.tsx
index 126c466a3..19ea3cae9 100644
--- a/components/Feed/skeletons/GrantComprehensiveSkeleton.tsx
+++ b/components/Feed/skeletons/GrantComprehensiveSkeleton.tsx
@@ -5,7 +5,7 @@ import {
SkeletonProposalSectionHeader,
} from './shared';
-/** Mirrors `FeedItemGrantComprehensive` on `/fund/dashboard`. */
+/** Mirrors `FeedItemGrantComprehensive` on the Funds given tab. */
export const GrantComprehensiveSkeleton: FC = () => (
diff --git a/components/Funding/FundingLinksMenu.tsx b/components/Funding/FundingLinksMenu.tsx
index fb0b42567..91cb70677 100644
--- a/components/Funding/FundingLinksMenu.tsx
+++ b/components/Funding/FundingLinksMenu.tsx
@@ -29,7 +29,7 @@ interface FundingLinksMenuProps {
/**
* Disclosure menu for the funding hero/snapshot. Keeps the secondary
- * destinations (My ResearchCoin and the funder dashboard) tucked behind a click
+ * destinations (My ResearchCoin and My Funding) tucked behind a click
* so the surrounding card stays focused on the figures, then reveals them on
* demand.
*/
@@ -53,9 +53,9 @@ export const FundingLinksMenu: FC = ({
-
+
- Funder dashboard
+ My Funding
diff --git a/components/ResearchCoin/ResearchCoinSnapshot.tsx b/components/ResearchCoin/ResearchCoinSnapshot.tsx
index 10adc1713..80219cbbb 100644
--- a/components/ResearchCoin/ResearchCoinSnapshot.tsx
+++ b/components/ResearchCoin/ResearchCoinSnapshot.tsx
@@ -19,7 +19,7 @@ interface ResearchCoinSnapshotProps {
className?: string;
/**
* When true the entire card becomes a button that opens the funding links
- * dropdown (My ResearchCoin / funder dashboard) and surfaces a hover
+ * dropdown (My ResearchCoin / My Funding) and surfaces a hover
* affordance. When false the card is a static read-out (e.g. in the profile
* menu).
*/
diff --git a/components/menus/UserMenu.tsx b/components/menus/UserMenu.tsx
index 6bfcde6fe..f6a8bfffc 100644
--- a/components/menus/UserMenu.tsx
+++ b/components/menus/UserMenu.tsx
@@ -176,11 +176,11 @@ export default function UserMenu({