fix: change the capitalization of words in the footer
This commit is contained in:
parent
091bf1bbd2
commit
36bd6a5895
1 changed files with 2 additions and 2 deletions
|
@ -151,8 +151,8 @@ export const FOOTERLINKS = {
|
||||||
additional: [
|
additional: [
|
||||||
{ href: "/contribute", label: "Contribute" },
|
{ href: "/contribute", label: "Contribute" },
|
||||||
{ href: "/vulnerabilities", label: "Vulnerabilities" },
|
{ href: "/vulnerabilities", label: "Vulnerabilities" },
|
||||||
{ href: "https://git.svrjs.org", label: "Git Server" },
|
{ href: "https://git.svrjs.org", label: "Git server" },
|
||||||
{ href: "https://status.svrjs.org", label: "Server Uptime" }
|
{ href: "https://status.svrjs.org", label: "Server uptime" }
|
||||||
],
|
],
|
||||||
social: {
|
social: {
|
||||||
supportText: "Support Us on Socials"
|
supportText: "Support Us on Socials"
|
||||||
|
|
Loading…
Reference in a new issue