Skip to content

Commit cc7df14

Browse files
committed
fix: update navigation links for explorer, build, shop, docs
- explorer.lux.network → explore.lux.network - Lux Validator → Lux Build (lux.build) - Shop → lux.shop - Developer docs → docs.lux.network - Open Source → github.com/luxfi
1 parent 5f174b3 commit cc7df14

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

app/network/src/content/slides/hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const createScreenful = (props: HeroProps): ScreenfulBlock => ({
8484
<a href="https://docs.lux.network" target="_blank" rel="noopener noreferrer" className="flex items-center justify-center transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:opacity-50 disabled:pointer-events-none ring-offset-background bg-secondary text-secondary-fg sm:hover:bg-secondary-hover font-nav whitespace-nowrap not-typography h-9 py-2 px-4 text-sm md:text-base font-semibold min-w-0 rounded-md">
8585
<div>Read Docs</div>
8686
</a>
87-
<a href="https://explorer.lux.network" target="_blank" rel="noopener noreferrer" className="flex items-center justify-center transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:opacity-50 disabled:pointer-events-none ring-offset-background text-foreground bg-background border border-muted-4 sm:hover:bg-level-1 sm:hover:text-muted-1 sm:hover:border-muted-1 font-nav whitespace-nowrap not-typography h-9 py-2 px-4 text-sm md:text-base font-semibold min-w-0 rounded-md">
87+
<a href="https://explore.lux.network" target="_blank" rel="noopener noreferrer" className="flex items-center justify-center transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:opacity-50 disabled:pointer-events-none ring-offset-background text-foreground bg-background border border-muted-4 sm:hover:bg-level-1 sm:hover:text-muted-1 sm:hover:border-muted-1 font-nav whitespace-nowrap not-typography h-9 py-2 px-4 text-sm md:text-base font-semibold min-w-0 rounded-md">
8888
<div>Explore Network</div>
8989
</a>
9090
</div>

pkg/ui/site-def/footer/network.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ export default [
2323
href: "https://safe.lux.network/",
2424
},
2525
{
26-
title: 'Lux Validator',
27-
href: "https://lux.network/validator",
26+
title: 'Lux Build',
27+
href: "https://lux.build",
2828
},
2929
{
3030
title: 'Lux Coin',

pkg/ui/site-def/main-nav.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ export default [
225225
title: "Shop",
226226
icon: <Shop width={25} height={25} />,
227227
icon_act: <ShopAct width={27} height={27}/>,
228-
href: "https://lux.market",
228+
href: "https://lux.shop",
229229
newTab: false,
230230
contents:"Find any Lux product for sale"
231231
},
@@ -279,7 +279,7 @@ export default [
279279
title: "Explorer",
280280
icon: <Explorer width={25} height={25} />,
281281
icon_act: <ExplorerAct width={27} height={27}/>,
282-
href: "https://explorer.lux.network/",
282+
href: "https://explore.lux.network/",
283283
newTab: false,
284284
contents:"All transactions"
285285
},
@@ -324,16 +324,16 @@ export default [
324324
title: "Validators",
325325
icon: <Validators width={25} height={25} />,
326326
icon_act: <ValidatorsAct width={27} height={27}/>,
327-
href: "https://lux.market/validator",
327+
href: "https://lux.build",
328328
newTab: false,
329-
contents:"Own a part of the network"
329+
contents:"Stake, delegate, and manage"
330330
},
331331
{
332332
groupName:'Get Access',
333333
title: "Developer docs",
334334
icon: <DeveloperDocs width={25} height={25} />,
335335
icon_act: <DeveloperDocsAct width={27} height={27}/>,
336-
href: "#",
336+
href: "https://docs.lux.network",
337337
newTab: false,
338338
contents:"Software explained"
339339
},
@@ -342,7 +342,7 @@ export default [
342342
title: "Open Source",
343343
icon: <OpenSource width={25} height={25} />,
344344
icon_act: <OpenSourceAct width={27} height={27}/>,
345-
href: "#",
345+
href: "https://github.com/luxfi",
346346
newTab: false,
347347
contents:"Accessible for everyone"
348348
},
@@ -432,7 +432,7 @@ export default [
432432
title: "Developer docs",
433433
icon: <DeveloperDocs width={25} height={25} />,
434434
icon_act: <DeveloperDocsAct width={25} height={25}/>,
435-
href: "#",
435+
href: "https://docs.lux.network",
436436
newTab: false,
437437
contents:"Software explained"
438438
},

0 commit comments

Comments
 (0)