diff --git a/web/components/add-funds-button.tsx b/web/components/add-funds-button.tsx index 566f4716..14c9b063 100644 --- a/web/components/add-funds-button.tsx +++ b/web/components/add-funds-button.tsx @@ -24,7 +24,7 @@ export function AddFundsButton(props: { className?: string }) { className )} > - Add funds + Get M$ diff --git a/web/components/nav/sidebar.tsx b/web/components/nav/sidebar.tsx index 457b69ff..ba977827 100644 --- a/web/components/nav/sidebar.tsx +++ b/web/components/nav/sidebar.tsx @@ -69,7 +69,7 @@ function getMoreNavigation(user?: User | null) { } return [ - { name: 'Add funds', href: '/add-funds' }, + { name: 'Get M$', href: '/add-funds' }, { name: 'Leaderboards', href: '/leaderboards' }, { name: 'Blog', href: 'https://news.manifold.markets' }, { name: 'Discord', href: 'https://discord.gg/eHQBNBqXuh' }, @@ -104,7 +104,7 @@ const signedOutMobileNavigation = [ ] const mobileNavigation = [ - { name: 'Add funds', href: '/add-funds', icon: CashIcon }, + { name: 'Get M$', href: '/add-funds', icon: CashIcon }, ...signedOutMobileNavigation, ] diff --git a/web/components/yes-no-selector.tsx b/web/components/yes-no-selector.tsx index 1a5eabf5..d040eba9 100644 --- a/web/components/yes-no-selector.tsx +++ b/web/components/yes-no-selector.tsx @@ -168,7 +168,7 @@ export function FundsSelector(props: { {fundAmounts.map((amount) => ( diff --git a/web/pages/create.tsx b/web/pages/create.tsx index 259a5375..4c33834d 100644 --- a/web/pages/create.tsx +++ b/web/pages/create.tsx @@ -348,7 +348,7 @@ export function NewContract(props: { question: string; tag?: string }) { className="btn btn-xs btn-primary" onClick={() => (window.location.href = '/add-funds')} > - Add funds + Get M$ )}