Skip to content

Commit

Permalink
Revert "fix english, improve wording"
Browse files Browse the repository at this point in the history
This reverts commit 71e8e68.
  • Loading branch information
CarsonBurke committed Aug 29, 2024
1 parent dc2d6b2 commit 63c6352
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,12 @@ export function getCommunityPages(): { title: string; url: string }[] {
return [
{ title: 'Screeps Wiki', url: 'https://wiki.screepspl.us/index.php/Screeps_Wiki' },
{ title: 'Community Grafana', url: 'https://pandascreeps.com/' },
{ title: "MarvinTMB's videos", url: 'https://www.youtube.com/playlist?list=PLGlzrjCmziEj7hQZSwcmkXkMXgkQXUQ6C' },
{ title: 'MarvinMTB vlog', url: 'https://www.youtube.com/playlist?list=PLGlzrjCmziEj7hQZSwcmkXkMXgkQXUQ6C' },
{
title: "Atanner's videos",
title: 'Attaner vlog',
url: 'https://www.youtube.com/watch?v=N7KMOG8C5vA&list=PLw9di5JwI6p-HUP0yPUxciaEjrsFb2kR2',
},
{ title: "Muon's blog", url: 'https://bencbartlett.com/blog/tag/screeps/' },
{ title: "Harabi's blog", url: 'https://sy-harabi.github.io/' },
{ title: 'Muons blog', url: 'https://bencbartlett.com/blog/tag/screeps/' },
{ title: 'Harabis blog', url: 'https://sy-harabi.github.io/' },
];
}

0 comments on commit 63c6352

Please sign in to comment.