Skip to content

Commit 1c27c5b

Browse files
Moving Utrecht Team to community column in footer
1 parent dc1f4c4 commit 1c27c5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/data/footer-items.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
export const footerItems = {
22
parcels: [
33
{ label: 'Blog', href: '/blog' },
4-
{ label: 'Utrecht Team', href: '/team' },
54
{
65
label: 'How to cite Parcels',
76
href: '/papers-citing-parcels#how-to-cite-parcels',
@@ -40,5 +39,6 @@ export const footerItems = {
4039
label: 'Issue Tracker',
4140
href: 'https://github.com/OceanParcels/parcels/issues',
4241
},
42+
{ label: 'Utrecht Team', href: '/team' },
4343
],
4444
}

0 commit comments

Comments
 (0)