Skip to content

Commit dc1f4c4

Browse files
Moving How to cite to before papers citing parcels
1 parent 854233e commit dc1f4c4

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

src/data/footer-items.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ export const footerItems = {
22
parcels: [
33
{ label: 'Blog', href: '/blog' },
44
{ label: 'Utrecht Team', href: '/team' },
5-
{
6-
label: 'Papers citing Parcels',
7-
href: '/papers-citing-parcels',
8-
},
95
{
106
label: 'How to cite Parcels',
117
href: '/papers-citing-parcels#how-to-cite-parcels',
128
},
9+
{
10+
label: 'Papers citing Parcels',
11+
href: '/papers-citing-parcels',
12+
},
1313
{
1414
label: 'Brand Assets',
1515
href: 'https://github.com/OceanParcels/oceanparcels_website/tree/main/public/parcels-assets',

src/pages/papers-citing-parcels.js

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,17 @@ const PapersCitingParcels = () => {
112112
>
113113
<Box as='section' py={20}>
114114
<Container maxW='container.lg'>
115+
<Heading
116+
as='h1'
117+
size='2xl'
118+
textAlign={'center'}
119+
id='how-to-cite-parcels'
120+
>
121+
How to cite Parcels
122+
</Heading>
123+
124+
<HowToCite />
125+
115126
<Heading as='h1' size='2xl' textAlign={'center'}>
116127
Papers Citing Parcels
117128
</Heading>
@@ -134,17 +145,6 @@ const PapersCitingParcels = () => {
134145
/>
135146
))}
136147
</Accordion>
137-
138-
<Heading
139-
as='h1'
140-
size='2xl'
141-
textAlign={'center'}
142-
id='how-to-cite-parcels'
143-
>
144-
How to cite Parcels
145-
</Heading>
146-
147-
<HowToCite />
148148
</Container>
149149
</Box>
150150
</Layout>

0 commit comments

Comments
 (0)