Skip to content

Commit

Permalink
🐝 change instances of "SDG Trackers" -> "SDG Tracker"
Browse files Browse the repository at this point in the history
  • Loading branch information
ikesau committed Feb 20, 2025
1 parent 8c43dae commit 9064b80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/SiteFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const EXPLORE_LINKS: LinkData[] = [

const RESOURCE_LINKS: LinkData[] = [
{ title: "Latest Articles", url: "/latest" },
{ title: "SDG Trackers", url: "/sdgs" },
{ title: "SDG Tracker", url: "/sdgs" },
{ title: "Teaching Materials", url: "/teaching" },
]

Expand Down
2 changes: 1 addition & 1 deletion site/SiteResources.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const SiteResources = () => {
<a href="/explorers">Data Explorers</a>
</li>
<li>
<a href="/sdgs">SDG Trackers</a>
<a href="/sdgs">SDG Tracker</a>
</li>
<li>
<a href="/teaching">Teaching Materials</a>
Expand Down

0 comments on commit 9064b80

Please sign in to comment.