mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-05 15:40:34 +00:00
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:
parent
d617a49766
commit
5a80cd7e02
3 changed files with 8 additions and 8 deletions
|
|
@ -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,
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue