File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ const LandingPageDeskTopContent = ({
64
64
return (
65
65
< BackGround >
66
66
< ReactNotification ref = { notificationDom } />
67
- { /* <Carousel
67
+ < Carousel
68
68
autoFocus = { false }
69
69
autoPlay = { false }
70
70
showArrows = { false }
@@ -74,19 +74,19 @@ const LandingPageDeskTopContent = ({
74
74
className = { classes . topCarousel }
75
75
>
76
76
< 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 >
78
78
< a
79
79
href = {
80
- 'https://discord.gg/r5YXZnARGc '
80
+ 'https://github.com/lnswap '
81
81
}
82
82
target = "_blank"
83
83
className = { classes . topCarouseltext }
84
84
rel = "noreferrer"
85
85
>
86
- Join Discord for Support
86
+ CLICK TO VISIT GITHUB.
87
87
</ a >
88
88
</ div >
89
- </Carousel> */ }
89
+ </ Carousel >
90
90
< NavigationBar />
91
91
< View className = { classes . wrapper } >
92
92
{ loading ? (
You can’t perform that action at this time.
0 commit comments