fix: make the "Server Uptime" link in the footer link to HTTPS version

This commit is contained in:
Dorian Niemiec 2024-09-07 12:14:57 +02:00
parent 6b613a3f84
commit 091bf1bbd2

View file

@ -152,7 +152,7 @@ export const FOOTERLINKS = {
{ 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: "http://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"