diff --git a/src/components/Pages/About.jsx b/src/components/Pages/About.jsx index 8cf5a11..7633869 100644 --- a/src/components/Pages/About.jsx +++ b/src/components/Pages/About.jsx @@ -6,7 +6,7 @@ import { contributors } from '../../meta/contributors'; import { coreTeam, retiredTeam } from '../../meta/coreTeam'; import colors from '../../config/colors'; -const phases = ['alpha', 'beta', 'v2', 'v3']; +const phases = ['alpha', 'beta', 'v2', 'v3', 'closeout']; const timelineText = [

Kolak, Li, and Lin begin development of the Atlas on March 14, and make it @@ -37,6 +37,9 @@ const timelineText = [ here.

, +

+ Closeout phase text here +

, ]; const coalitionPartners = [ @@ -228,7 +231,7 @@ const TimelineDescription = styled.span` margin-left: ${(props) => props.index === 0 ? 0 - : `calc(${100 * (props.index / 3)}% - ${50 * (props.index / 3)}ch)`}; + : `calc(${100 * (props.index / 4)}% - ${50 * (props.index / 4)}ch)`}; @media (max-width: 960px) { margin: 1em auto; width: 100%; @@ -336,22 +339,25 @@ export default function About() {

- + March to April 2020 - + May to October 2020 - + November to May 2021 - - June 2021 onward + + June 2021 to December 2022 + + + January 2023 to Closeout
- + setPhaseIndex(0)} @@ -359,7 +365,7 @@ export default function About() { Alpha - + setPhaseIndex(1)} @@ -367,7 +373,7 @@ export default function About() { Beta - + setPhaseIndex(2)} @@ -375,7 +381,7 @@ export default function About() { v2 - + setPhaseIndex(3)} @@ -383,6 +389,14 @@ export default function About() { v3 + + setPhaseIndex(4)} + > + Closeout + +