File tree 1 file changed +2
-18
lines changed
client/src/ui/organisms/placement
1 file changed +2
-18
lines changed Original file line number Diff line number Diff line change @@ -89,28 +89,12 @@ function TopPlacementFallbackContent() {
89
89
} ) ;
90
90
const now = Date . now ( ) ;
91
91
92
- return now < Date . parse ( "2024-12-01" ) ? (
93
- < p className = "fallback-copy" >
94
- Learn front-end with MDN’s course partner{ " " }
95
- < a
96
- href = "https://scrimba.com/learn/frontend?via=mdn"
97
- target = "_blank"
98
- rel = "noreferrer"
99
- ref = { observedNode }
100
- onClick = { ( ) => {
101
- gleanClick ( BANNER_SCRIMBA_CLICK ) ;
102
- } }
103
- >
104
- Scrimba
105
- </ a > { " " }
106
- - 30% discount this week!
107
- </ p >
108
- ) : now < Date . parse ( "2024-12-25" ) ? (
92
+ return now < Date . parse ( "2024-12-25" ) ? (
109
93
< p className = "fallback-copy" >
110
94
Take our daily challenges on Scrimba until 24th December and win exciting
111
95
prizes.{ " " }
112
96
< a
113
- href = "https://scrimba.com/learn/frontend ?via=mdn"
97
+ href = "https://scrimba.com/javascriptmas ?via=mdn"
114
98
target = "_blank"
115
99
rel = "noreferrer"
116
100
ref = { observedNode }
You can’t perform that action at this time.
0 commit comments