Skip to content

Commit

Permalink
🎉 update site links from /charts to /data
Browse files Browse the repository at this point in the history
  • Loading branch information
ikesau committed Sep 19, 2024
1 parent f09e98c commit 4c79142
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions site/SiteFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@ export const SiteFooter = (props: SiteFooterProps) => (
</li>
<li>
<a
href="/charts"
href="/data"
data-track-note="footer_navigation"
>
All charts
Data Catalog
</a>
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion site/SiteResources.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const SiteResources = () => {
return (
<ul>
<li>
<a href="/charts">Charts and Explorers</a>
<a href="/data">Data Catalog</a>
</li>
<li>
<a href="/data-insights">Daily Data Insights</a>
Expand Down
2 changes: 1 addition & 1 deletion site/gdocs/components/ExplorerTiles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export function ExplorerTiles({
</h2>
<Button
className="span-cols-4 col-start-9 span-md-cols-5 col-md-start-8 col-sm-start-1 span-sm-cols-12 body-3-medium explorer-tiles__cta"
href="/charts"
href="/search?q=%20"
text="See all our Data Explorers"
theme="outline-vermillion"
/>
Expand Down
2 changes: 1 addition & 1 deletion site/gdocs/components/HomepageSearch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export function HomepageSearch(props: { className?: string }) {
const message =
chartCount && topicCount ? (
<>
<a href="/charts">{commafyNumber(chartCount)} charts</a> across{" "}
<a href="/data">{commafyNumber(chartCount)} charts</a> across{" "}
<a
href="#all-topics"
className="homepage-search__all-topics-link"
Expand Down
2 changes: 1 addition & 1 deletion site/gdocs/components/KeyIndicatorCollection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default function KeyIndicatorCollection({
)}
</header>
<Button
href="/charts"
href="/data"
className="key-indicator-collection__all-charts-button body-3-medium span-cols-4 col-start-9 col-sm-start-1 span-sm-cols-12"
text="See all our data"
theme="outline-vermillion"
Expand Down

0 comments on commit 4c79142

Please sign in to comment.