Skip to content

Commit 733a2bf

Browse files
BigDipper & StakingRewards links added (#150)
* 📕words added * 🛠️BigDipper & StakingRewards links added
1 parent 283a5ef commit 733a2bf

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

src/layout/Header.js

+16-2
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,14 @@ function Header({ theme = false, setTheme }) {
227227
>
228228
{t("EVERSTAKE")}
229229
</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>
231238
<a
232239
href="https://app.citadel.one/"
233240
target="_blank"
@@ -236,7 +243,14 @@ function Header({ theme = false, setTheme }) {
236243
>
237244
{t("CIATDEL")}
238245
</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>
240254
</div>
241255
</div>
242256
</div>

src/translations/en/translations.js

+2
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ const English = {
352352
ASSETMANTLE_EXPLORER: "MantleExplorer",
353353
AIRDROP: "Airdrop",
354354
AND: "and",
355+
BIGDIPPER: "BigDipper",
355356
BLOG: "Blog",
356357
CHECK_ELIGIBILITY: "Check Eligibility",
357358
CIATDEL: "Citadel",
@@ -388,6 +389,7 @@ const English = {
388389
POSTCAPITALIST: "Postcapitalist",
389390
RESOURCE: "Resource",
390391
SIGN_UP: "Sign up",
392+
STAKINGREWARDS: "StakingRewards",
391393
TAKE_A_TOUR: "Take a tour",
392394
TELL_ME_MORE: "Tell me more",
393395
TOKEN: "Token",

0 commit comments

Comments
 (0)