Skip to content

Commit 46af26e

Browse files
Moving blog down in the footer (as less important than citations and articles)
1 parent 65fc3cb commit 46af26e

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,6 +1,5 @@
11
export const footerItems = {
22
parcels: [
3-
{ label: 'Blog', href: '/blog' },
43
{
54
label: 'How to cite Parcels',
65
href: '/papers-citing-parcels',
@@ -9,6 +8,7 @@ export const footerItems = {
98
label: 'Papers citing Parcels',
109
href: '/papers-citing-parcels#papers-citing-parcels',
1110
},
11+
{ label: 'Blog', href: '/blog' },
1212
{
1313
label: 'Brand Assets',
1414
href: 'https://github.com/OceanParcels/oceanparcels_website/tree/main/public/parcels-assets',

0 commit comments

Comments
 (0)