Skip to content

Commit

Permalink
🐛 fix explorer index page title
Browse files Browse the repository at this point in the history
  • Loading branch information
ikesau committed Nov 15, 2024
1 parent ff7400f commit 0d8e9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/ExplorerIndexPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const ExplorerIndexPage = ({
<Html>
<Head
canonicalUrl={`${baseUrl}/${EXPLORERS_ROUTE_FOLDER}`}
pageTitle={`Our World in Data Explorers`}
pageTitle={`Data Explorers`}
pageDesc={"An index of all Our World in Data data explorers"}
baseUrl={baseUrl}
></Head>
Expand Down

0 comments on commit 0d8e9f1

Please sign in to comment.