Skip to content

Commit

Permalink
put EOL banner
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudozach committed May 23, 2024
1 parent 2c7a4b6 commit 1abdbfa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/views/landingpage/landingPageDesktop.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const LandingPageDeskTopContent = ({
return (
<BackGround>
<ReactNotification ref={notificationDom} />
{/* <Carousel
<Carousel
autoFocus={false}
autoPlay={false}
showArrows={false}
Expand All @@ -74,19 +74,19 @@ const LandingPageDeskTopContent = ({
className={classes.topCarousel}
>
<div>
<p>System Status: Under Maintenance. Please do not start swaps until maintenance is finished.</p>
<p>**AS OF MAY 31, 2024** LNSWAP WILL NOT PROCESS ANY MORE SWAPS. FOR MORE INFO, </p>
<a
href={
'https://discord.gg/r5YXZnARGc'
'https://github.com/lnswap'
}
target="_blank"
className={classes.topCarouseltext}
rel="noreferrer"
>
Join Discord for Support
CLICK TO VISIT GITHUB.
</a>
</div>
</Carousel> */}
</Carousel>
<NavigationBar />
<View className={classes.wrapper}>
{loading ? (
Expand Down

0 comments on commit 1abdbfa

Please sign in to comment.