mirror of
https://github.com/sussy-code/smov.git
synced 2026-05-16 14:41:47 +00:00
Last time i touch this maintenace page i promise
This commit is contained in:
parent
dbe828562c
commit
269ffc0667
1 changed files with 11 additions and 0 deletions
|
|
@ -191,6 +191,17 @@ function App() {
|
||||||
</IconPill>
|
</IconPill>
|
||||||
<Title>{t("downtimeNotice.title")}</Title>
|
<Title>{t("downtimeNotice.title")}</Title>
|
||||||
<Paragraph>{t("downtimeNotice.message")}</Paragraph>
|
<Paragraph>{t("downtimeNotice.message")}</Paragraph>
|
||||||
|
<Trans
|
||||||
|
i18nKey="downtimeNotice.timeFrame"
|
||||||
|
components={{
|
||||||
|
bold: (
|
||||||
|
<span
|
||||||
|
className="font-bold"
|
||||||
|
style={{ color: "#cfcfcf" }}
|
||||||
|
/>
|
||||||
|
),
|
||||||
|
}}
|
||||||
|
/>
|
||||||
<div className="flex gap-3">
|
<div className="flex gap-3">
|
||||||
<Button
|
<Button
|
||||||
onClick={handleButtonClick}
|
onClick={handleButtonClick}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue