Skip to content

Commit 1abdbfa

Browse files
committed
put EOL banner
1 parent 2c7a4b6 commit 1abdbfa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/views/landingpage/landingPageDesktop.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const LandingPageDeskTopContent = ({
6464
return (
6565
<BackGround>
6666
<ReactNotification ref={notificationDom} />
67-
{/* <Carousel
67+
<Carousel
6868
autoFocus={false}
6969
autoPlay={false}
7070
showArrows={false}
@@ -74,19 +74,19 @@ const LandingPageDeskTopContent = ({
7474
className={classes.topCarousel}
7575
>
7676
<div>
77-
<p>System Status: Under Maintenance. Please do not start swaps until maintenance is finished.</p>
77+
<p>**AS OF MAY 31, 2024** LNSWAP WILL NOT PROCESS ANY MORE SWAPS. FOR MORE INFO, </p>
7878
<a
7979
href={
80-
'https://discord.gg/r5YXZnARGc'
80+
'https://github.com/lnswap'
8181
}
8282
target="_blank"
8383
className={classes.topCarouseltext}
8484
rel="noreferrer"
8585
>
86-
Join Discord for Support
86+
CLICK TO VISIT GITHUB.
8787
</a>
8888
</div>
89-
</Carousel> */}
89+
</Carousel>
9090
<NavigationBar />
9191
<View className={classes.wrapper}>
9292
{loading ? (

0 commit comments

Comments
 (0)