Skip to content

Commit

Permalink
update team phase section #70
Browse files Browse the repository at this point in the history
  • Loading branch information
mradamcox committed Jul 31, 2024
1 parent 5c16bb2 commit a4f2a0c
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/components/Pages/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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', 'closeout'];
const phases = ['alpha', 'beta', 'v2', 'v3', 'v3.1'];
const timelineText = [
<p>
Kolak, Li, and Lin begin development of the Atlas on March 14, and make it
Expand Down Expand Up @@ -38,7 +38,11 @@ const timelineText = [
</a>
</p>,
<p>
Closeout phase text here
The Project moves to the University of Illinois at Urbana Champaign and expands
the Atlas Stories further. We co-host multiple workshops with communities
disproportionately impacted by the Pandemic, and travel to communities along
the Mississippi River and beyond to share stories. The Atlas site is updated
for final archiving.
</p>,
];

Expand Down Expand Up @@ -352,7 +356,7 @@ export default function About() {
June 2021 to December 2022
</Grid>
<Grid item xs={12/5}>
January 2023 to Closeout
January 2023 to August 2024
</Grid>
<Grid item xs={12}>
<hr />
Expand Down Expand Up @@ -394,7 +398,7 @@ export default function About() {
active={phaseIndex === 4}
onClick={() => setPhaseIndex(4)}
>
Closeout
v3.1
</TimelineButton>
</Grid>
</Grid>
Expand Down

0 comments on commit a4f2a0c

Please sign in to comment.