File tree 2 files changed +18
-2
lines changed
2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,14 @@ function Header({ theme = false, setTheme }) {
227
227
>
228
228
{ t ( "EVERSTAKE" ) }
229
229
</ a >
230
- < div className = "header__right_second__nav_buttons__drop_down__grid_element__body_link small" > </ div >
230
+ < a
231
+ href = "https://bigdipper.live/assetmantle"
232
+ target = "_blank"
233
+ rel = "noopener noreferrer"
234
+ className = "header__right_second__nav_buttons__drop_down__grid_element__body_link small"
235
+ >
236
+ { t ( "BIGDIPPER" ) }
237
+ </ a >
231
238
< a
232
239
href = "https://app.citadel.one/"
233
240
target = "_blank"
@@ -236,7 +243,14 @@ function Header({ theme = false, setTheme }) {
236
243
>
237
244
{ t ( "CIATDEL" ) }
238
245
</ a >
239
- < div className = "header__right_second__nav_buttons__drop_down__grid_element__body_link small" > </ div >
246
+ < a
247
+ href = "https://www.stakingrewards.com/earn/asset-mantle/"
248
+ target = "_blank"
249
+ rel = "noopener noreferrer"
250
+ className = "header__right_second__nav_buttons__drop_down__grid_element__body_link small"
251
+ >
252
+ { t ( "STAKINGREWARDS" ) }
253
+ </ a >
240
254
</ div >
241
255
</ div >
242
256
</ div >
Original file line number Diff line number Diff line change @@ -352,6 +352,7 @@ const English = {
352
352
ASSETMANTLE_EXPLORER : "MantleExplorer" ,
353
353
AIRDROP : "Airdrop" ,
354
354
AND : "and" ,
355
+ BIGDIPPER : "BigDipper" ,
355
356
BLOG : "Blog" ,
356
357
CHECK_ELIGIBILITY : "Check Eligibility" ,
357
358
CIATDEL : "Citadel" ,
@@ -388,6 +389,7 @@ const English = {
388
389
POSTCAPITALIST : "Postcapitalist" ,
389
390
RESOURCE : "Resource" ,
390
391
SIGN_UP : "Sign up" ,
392
+ STAKINGREWARDS : "StakingRewards" ,
391
393
TAKE_A_TOUR : "Take a tour" ,
392
394
TELL_ME_MORE : "Tell me more" ,
393
395
TOKEN : "Token" ,
You can’t perform that action at this time.
0 commit comments