fix: grammar/capitalization for links and taglines (#7609)

* fix: grammar/capitalization for links and taglines

* fix: update number of total scripts
This commit is contained in:
Jonathan Wukitsch
2025-09-13 03:11:59 -04:00
committed by GitHub
parent d617a49766
commit 5a80cd7e02
3 changed files with 8 additions and 8 deletions

View File

@@ -10,9 +10,9 @@ export const basePath = process.env.BASE_PATH || "";
export const navbarLinks = [
{
href: `https://github.com/community-scripts/${basePath}`,
event: "Github",
event: "GitHub",
icon: <FaGithub className="h-4 w-4" />,
text: "Github",
text: "GitHub",
},
{
href: `https://discord.gg/2wvnMDgdnU`,
@@ -22,9 +22,9 @@ export const navbarLinks = [
},
{
href: `https://github.com/community-scripts/${basePath}/blob/main/CHANGELOG.md`,
event: "Change Log",
event: "Changelog",
icon: <Scroll className="h-4 w-4" />,
text: "Change Log",
text: "Changelog",
mobileHidden: true,
},
{