📝 Add link to status page (#1161)

This commit is contained in:
Luke Vella 2024-06-18 19:24:49 +01:00 committed by GitHub
parent 585475f1f2
commit 21ac4a3b38
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 1 deletions

View file

@ -23,5 +23,6 @@
"getStarted": "Get started",
"availabilityPoll": "Availability Poll",
"solutions": "Solutions",
"howItWorks": "How it Works"
"howItWorks": "How it Works",
"status": "Status"
}

View file

@ -161,6 +161,14 @@ const Footer: React.FunctionComponent = () => {
<Trans i18nKey="support" defaults="Support" />
</Link>
</li>
<li>
<Link
href="https://rallly.openstatus.dev"
className="inline-block font-normal text-gray-500 hover:text-gray-800 hover:no-underline"
>
<Trans i18nKey="status" defaults="Status" />
</Link>
</li>
</ul>
</div>
<div className="lg:w-1/6">