mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-02 16:09:08 +02:00
📝 Add link to status page (#1161)
This commit is contained in:
parent
585475f1f2
commit
21ac4a3b38
2 changed files with 10 additions and 1 deletions
|
@ -23,5 +23,6 @@
|
|||
"getStarted": "Get started",
|
||||
"availabilityPoll": "Availability Poll",
|
||||
"solutions": "Solutions",
|
||||
"howItWorks": "How it Works"
|
||||
"howItWorks": "How it Works",
|
||||
"status": "Status"
|
||||
}
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue