Skip to content

Commit cc1442d

Browse files
authored
Fix: update to have email for support for maintenance page (supabase#40685)
update to have email for support
1 parent be4a6fe commit cc1442d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

apps/studio/pages/maintenance.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,15 @@ const MaintenancePage: NextPageWithLayout = () => {
3232
We are currently improving our services. The dashboard will be back online shortly.
3333
</p>
3434
</div>
35+
<p className="text-sm text-foreground-lighter max-w-xs mx-auto">
36+
If you need support while the dashboard is inaccessible, you can email us at{' '}
37+
<a
38+
href="mailto:[email protected]"
39+
className="text-foreground-light underline hover:text-foreground"
40+
>
41+
42+
</a>
43+
</p>
3544
<div className="flex flex-col items-center gap-2 mt-4">
3645
<p className="text-sm text-foreground-lighter">
3746
Reload the page to check if the maintenance window has ended

0 commit comments

Comments
 (0)