Last time i touch this maintenace page i promise

This commit is contained in:
Cooper Ransom 2024-03-04 18:05:21 -05:00
parent dbe828562c
commit 269ffc0667
1 changed files with 11 additions and 0 deletions

View File

@ -191,6 +191,17 @@ function App() {
</IconPill>
<Title>{t("downtimeNotice.title")}</Title>
<Paragraph>{t("downtimeNotice.message")}</Paragraph>
<Trans
i18nKey="downtimeNotice.timeFrame"
components={{
bold: (
<span
className="font-bold"
style={{ color: "#cfcfcf" }}
/>
),
}}
/>
<div className="flex gap-3">
<Button
onClick={handleButtonClick}