Skip to content

Commit a0ee476

Browse files
committed
Restore global landing page, mega-nav, and CCIP landing page
This commit restores three key components that were previously reverted: 1. Global landing page (/) - Restore the redesigned homepage with ProductTabs and enhanced layout from feat/dev-3.0 2. Global header with Docs mega-nav - Restore the updated navigation header with mega menu for Resources/Docs navigation including: - Desktop MegaMenu with product categories - Mobile responsive navigation - Updated ProductNavigation components 3. CCIP landing page (/ccip) - Restore the CCIP landing page content from feat/dev-3.0 branch These changes align feat/dev-3.0-no-landing with the enhanced UX from feat/dev-3.0 while maintaining the "no-landing" architecture.
1 parent a0c8b46 commit a0ee476

9 files changed

Lines changed: 699 additions & 497 deletions

File tree

src/components/CCIP/TutorialBlockchainSelector/TutorialBlockchainSelector.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ export const TutorialBlockchainSelector = () => {
3232
const currentState = laneStore.get()
3333
const bothChainsSelected = Boolean(
3434
currentState.sourceChain &&
35-
currentState.destinationChain &&
36-
currentState.sourceNetwork &&
37-
currentState.destinationNetwork
35+
currentState.destinationChain &&
36+
currentState.sourceNetwork &&
37+
currentState.destinationNetwork
3838
)
3939
updateStepProgress("setup", "blockchains-selected", bothChainsSelected)
4040
}

0 commit comments

Comments
 (0)