Skip to content

Commit 9890e4d

Browse files
committed
Update ReleaseDetails.js
1 parent bb00467 commit 9890e4d

1 file changed

Lines changed: 20 additions & 2 deletions

File tree

src/components/sections/ReleaseDetails/ReleaseDetails.js

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,32 @@ export default function ReleaseDetails() {
3737
Latest release details
3838
</Typography>
3939
<Typography variant="inherit" className={classes.changes}>
40-
June 30, 2026 changes:
40+
July 7, 2026 changes:
4141
</Typography>
4242
<List className={classes.changeList}>
4343
<ListItem>
4444
<ListItemText
4545
primary={
4646
<>
47-
Added <Link href="/downloads/production/">calendar year production data</Link>
47+
Added <Link href="/downloads/revenue/">monthly revenue data</Link>
48+
</>
49+
}
50+
/>
51+
</ListItem>
52+
<ListItem>
53+
<ListItemText
54+
primary={
55+
<>
56+
Added <Link href="/downloads/production-by-month/">monthly production data</Link>
57+
</>
58+
}
59+
/>
60+
</ListItem>
61+
<ListItem>
62+
<ListItemText
63+
primary={
64+
<>
65+
Added <Link href="/downloads/production-by-disposition/">monthly production disposition data</Link>
4866
</>
4967
}
5068
/>

0 commit comments

Comments
 (0)