Skip to content

Commit ae34b3a

Browse files
committed
[maintenance] fancy bg animation. Slightly adjust text.
1 parent 89f944f commit ae34b3a

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

apps/maintenance/src/App.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ const App = (props) => {
1313
pageHeader="Converged Cloud"
1414
contentHeading="Maintenance announcement"
1515
>
16-
<Stack direction="vertical" alignment="center" distribution="center" className="h-1/3">
16+
<Stack direction="vertical" alignment="center" distribution="center" className="h-full bg-[url('img/maintenance.svg')] bg-no-repeat bg-right-bottom">
1717
<h1 className="text-3xl">{service || "We"} will be right back!</h1>
18-
<h3 className="text-xl">We are currently undergoing a scheduled maintenance...</h3>
18+
<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>
1920
</Stack>
2021
</AppShell>
2122
)
Lines changed: 6 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)