diff --git a/web/components/nav/nav-bar.tsx b/web/components/nav/nav-bar.tsx index a935173a..680b8946 100644 --- a/web/components/nav/nav-bar.tsx +++ b/web/components/nav/nav-bar.tsx @@ -33,7 +33,7 @@ function getNavigation() { const signedOutNavigation = [ { name: 'Home', href: '/', icon: HomeIcon }, - { name: 'Explore', href: '/markets', icon: SearchIcon }, + { name: 'Explore', href: '/home', icon: SearchIcon }, ] // From https://codepen.io/chris__sev/pen/QWGvYbL diff --git a/web/components/nav/sidebar.tsx b/web/components/nav/sidebar.tsx index dfb7805e..6c4addc4 100644 --- a/web/components/nav/sidebar.tsx +++ b/web/components/nav/sidebar.tsx @@ -99,8 +99,8 @@ function getMoreNavigation(user?: User | null) { } const signedOutNavigation = [ - { name: 'Home', href: '/home', icon: HomeIcon }, - { name: 'Explore', href: '/markets', icon: SearchIcon }, + { name: 'Home', href: '/', icon: HomeIcon }, + { name: 'Explore', href: '/home', icon: SearchIcon }, { name: 'About', href: 'https://docs.manifold.markets/$how-to', diff --git a/web/pages/index.tsx b/web/pages/index.tsx index 01c24fcf..4013f57a 100644 --- a/web/pages/index.tsx +++ b/web/pages/index.tsx @@ -30,12 +30,6 @@ export default function Home(props: { hotContracts: Contract[] }) { - {/*

- View{' '} - - all markets - -

*/} diff --git a/web/pages/markets.tsx b/web/pages/markets.tsx deleted file mode 100644 index c42364d5..00000000 --- a/web/pages/markets.tsx +++ /dev/null @@ -1,19 +0,0 @@ -import { useUser } from 'web/hooks/use-user' -import { ContractSearch } from '../components/contract-search' -import { Page } from '../components/page' -import { SEO } from '../components/SEO' - -// TODO: Rename endpoint to "Explore" -export default function Markets() { - const user = useUser() - return ( - - - - - ) -} diff --git a/web/public/sitemap-0.xml b/web/public/sitemap-0.xml index 3b4618fb..d0750f46 100644 --- a/web/public/sitemap-0.xml +++ b/web/public/sitemap-0.xml @@ -1,6 +1,6 @@ https://manifold.marketshourly1.0 -https://manifold.markets/marketshourly0.2 +https://manifold.markets/homehourly0.2 https://manifold.markets/leaderboardsdaily0.2 - \ No newline at end of file +