1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-20 14:37:43 +01:00

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

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}