Skip to content

Commit 0afa677

Browse files
Updating title of papers citing section
1 parent 543c881 commit 0afa677

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

src/pages/papers-citing-parcels.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -120,15 +120,9 @@ const PapersCitingParcels = () => {
120120
<Box id='papers-citing-parcels' />
121121

122122
<Heading as='h1' size='2xl' textAlign={'center'} mt={32}>
123-
Papers Citing Parcels
123+
Peer-reviewed papers using Parcels
124124
</Heading>
125125

126-
<Box py={4}>
127-
<Text>
128-
Peer-reviewed articles using Parcels.
129-
{/* TODO: Copy edit this text */}
130-
</Text>
131-
</Box>
132126
<Accordion allowMultiple>
133127
{papersCitingParcels.reverse().map((paper, index, array) => (
134128
<Paper

0 commit comments

Comments
 (0)