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:
parent
dbe828562c
commit
269ffc0667
1 changed files with 11 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue