File tree 1 file changed +5
-18
lines changed
client/src/ui/organisms/placement
1 file changed +5
-18
lines changed Original file line number Diff line number Diff line change @@ -89,23 +89,7 @@ function TopPlacementFallbackContent() {
89
89
} ) ;
90
90
const now = Date . now ( ) ;
91
91
92
- return now < Date . parse ( "2024-12-25" ) ? (
93
- < p className = "fallback-copy" >
94
- Take our daily challenges on Scrimba until 24th December and win exciting
95
- prizes.{ " " }
96
- < a
97
- href = "https://scrimba.com/javascriptmas?via=mdn"
98
- target = "_blank"
99
- rel = "noreferrer"
100
- ref = { observedNode }
101
- onClick = { ( ) => {
102
- gleanClick ( BANNER_SCRIMBA_CLICK ) ;
103
- } }
104
- >
105
- Join now
106
- </ a >
107
- </ p >
108
- ) : (
92
+ return (
109
93
< p className = "fallback-copy" >
110
94
Learn front-end development with high quality, interactive courses from{ " " }
111
95
< a
@@ -119,7 +103,10 @@ function TopPlacementFallbackContent() {
119
103
>
120
104
Scrimba
121
105
</ a >
122
- . Enroll now!
106
+ .{ " " }
107
+ { now < Date . parse ( "2025-01-08" )
108
+ ? "Enroll now and save 25% this New Year!"
109
+ : "Enroll now!" }
123
110
</ p >
124
111
) ;
125
112
}
You can’t perform that action at this time.
0 commit comments