diff --git a/src/components/network-upgrade/HegotaTimeline.tsx b/src/components/network-upgrade/HegotaTimeline.tsx index 07bec56..f539db1 100644 --- a/src/components/network-upgrade/HegotaTimeline.tsx +++ b/src/components/network-upgrade/HegotaTimeline.tsx @@ -36,9 +36,18 @@ export const HegotaTimeline: React.FC = () => { {/* Content */} -
-

{phase.title}

-

{phase.description}

+
+
+

{phase.title}

+

{phase.description}

+
+ + {/* Date on the right */} +
+ + {phase.dateRange} + +
))} diff --git a/src/constants/timeline-phases.ts b/src/constants/timeline-phases.ts index aa0c621..bc78c84 100644 --- a/src/constants/timeline-phases.ts +++ b/src/constants/timeline-phases.ts @@ -117,35 +117,35 @@ export const HEGOTA_TIMELINE_PHASES: TimelinePhase[] = [ { id: 'fork-focus', title: 'Fork Focus Discussion & Headliner Proposals', - dateRange: 'Date TBD', + dateRange: 'Jan 8 - Feb 4', description: 'ACD calls focus on discussing Hegotá\'s high-level goals. Headliner champions present proposals.', status: 'current' }, { id: 'headliner-discussion', title: 'Headliner Discussion & Finalization', - dateRange: 'Date TBD', + dateRange: 'Feb 5 - Feb 26', description: 'ACD evaluates candidate headliners, solicits community feedback, and finalizes decisions.', status: 'upcoming' }, { id: 'non-headliner-proposals', title: 'Non-Headliner EIP Proposals', - dateRange: 'Date TBD', + dateRange: 'TBD', description: 'Non-headliner EIPs can now be proposed for inclusion in Hegotá.', status: 'upcoming' }, { id: 'cfi-decisions', title: 'Non-Headliner EIP CFI Decisions', - dateRange: 'Date TBD', + dateRange: 'TBD', description: 'ACDC and ACDE calls select which Proposed for Inclusion EIPs advance to Considered for Inclusion.', status: 'upcoming' }, { id: 'cfi-to-sfi', title: 'CFI → SFI EIP Decisions', - dateRange: 'Date TBD', + dateRange: 'TBD', description: 'As Hegotá devnets begin, final decisions on which CFI EIPs will be included in the upgrade\'s devnet.', status: 'upcoming' } diff --git a/src/data/upgrades.ts b/src/data/upgrades.ts index 85f5489..35e66ad 100644 --- a/src/data/upgrades.ts +++ b/src/data/upgrades.ts @@ -118,7 +118,7 @@ export const networkUpgrades: NetworkUpgrade[] = [ id: 'hegota', path: '/upgrade/hegota', name: 'Hegotá Upgrade', - description: 'Future network upgrade currently in early planning stages. Named after the combination of "Heg" (consensus layer upgrade, named after a star) and "Bogotá" (execution layer upgrade, named after a Devcon location).', + description: 'Future network upgrade currently in early planning stages. Named after the combination of "Heze" (consensus layer upgrade, named after a star) and "Bogotá" (execution layer upgrade, named after a Devcon location).', tagline: 'Post-Glamsterdam network upgrade in early planning.', status: 'Planning', activationDate: 'TBD',