33import Link from "next/link" ;
44import { Button , Logo , Typography } from "@polkadex/ux" ;
55import Image from "next/image" ;
6- import { RiDiscordFill , RiTelegramFill , RiTwitterFill } from "@remixicon/react" ;
6+ import { RiTelegramFill , RiTwitterFill , RiMailFill } from "@remixicon/react" ;
77
88import MaintenanceIllustration from "../../../public/img/maintenance.webp" ;
99
@@ -19,35 +19,29 @@ export function Template() {
1919 </ Link >
2020 </ div >
2121 < div className = "flex-1 h-full flex max-md:flex-col bg-level-0 rounded-lg items-center md:px-4" >
22- < div className = "flex flex-col gap-5 max-md:p-3 md:p-12 max-w-[500px]" >
22+ < div className = "flex flex-col gap-4 max-md:p-3 md:p-12 max-w-[500px]" >
2323 < Typography . Heading size = "5xl" >
2424 We're improving your experience
2525 </ Typography . Heading >
26- < Typography . Heading size = "xl" >
27- ⚠️ Heads up traders ⚠️
28- </ Typography . Heading >
29- < Typography . Text size = "md" >
30- Polkadex Orderbook will be temporarily unavailable for a scheduled
31- downtime of 6 to 12 hours starting Wednesday May 22nd at 9am UTC.
32- </ Typography . Text >
33- < Typography . Text size = "md" >
34- During this time, LMP bug fixes and direct deposits & withdrawal
35- functionality will be deployed to the backend 🛠️
26+ < Typography . Text size = "xl" >
27+ Polkadex Orderbook is temporarily down to improve your experience.
28+ Hyperbridging and other UX changes are underway.
3629 </ Typography . Text >
37- < div className = "flex flex-col gap-2" >
38- < Typography . Text appearance = "primary" > Need help?</ Typography . Text >
30+
31+ < div className = "flex flex-col gap-4" >
32+ < Typography . Text appearance = "primary" >
33+ If you’re experiencing any issues after withdrawing your tokens
34+ from Polkadex Orderbook or Thea, please contact us.
35+ </ Typography . Text >
3936 < div className = "flex items-center gap-2 flex-wrap" >
4037 < Button . Icon
4138 asChild
4239 size = "md"
4340 className = "gap-2 w-fit"
4441 appearance = "secondary"
4542 >
46- < Link
47- target = "_blank"
48- href = "https://discord.com/invite/Uvua83QAzk"
49- >
50- < RiDiscordFill className = "w-full h-full" />
43+ < Link target = "_blank" href = "mailto:support@polkadex.trade" >
44+ < RiMailFill className = "w-full h-full" />
5145 </ Link >
5246 </ Button . Icon >
5347 < Button . Icon
0 commit comments