fix: make the "Server Uptime" link in the footer link to HTTPS version
This commit is contained in:
parent
6b613a3f84
commit
091bf1bbd2
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ export const FOOTERLINKS = {
|
|||
{ href: "/contribute", label: "Contribute" },
|
||||
{ href: "/vulnerabilities", label: "Vulnerabilities" },
|
||||
{ href: "https://git.svrjs.org", label: "Git Server" },
|
||||
{ href: "http://status.svrjs.org", label: "Server Uptime" }
|
||||
{ href: "https://status.svrjs.org", label: "Server Uptime" }
|
||||
],
|
||||
social: {
|
||||
supportText: "Support Us on Socials"
|
||||
|
|
Loading…
Reference in a new issue