We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89f944f commit ae34b3aCopy full SHA for ae34b3a
2 files changed
apps/maintenance/src/App.js
@@ -13,9 +13,10 @@ const App = (props) => {
13
pageHeader="Converged Cloud"
14
contentHeading="Maintenance announcement"
15
>
16
- <Stack direction="vertical" alignment="center" distribution="center" className="h-1/3">
+ <Stack direction="vertical" alignment="center" distribution="center" className="h-full bg-[url('img/maintenance.svg')] bg-no-repeat bg-right-bottom">
17
<h1 className="text-3xl">{service || "We"} will be right back!</h1>
18
- <h3 className="text-xl">We are currently undergoing a scheduled maintenance...</h3>
+ <h3 className="text-xl">We are currently undergoing a scheduled maintenance</h3>
19
+ <h3 className="text-xl">This should only take a few minutes...</h3>
20
</Stack>
21
</AppShell>
22
)
apps/maintenance/src/img/maintenance.svg
0 commit comments