Skip to content

Commit 8dce761

Browse files
authored
Add Brand Assets link to footer (#676)
1 parent 5f722de commit 8dce761

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/data/footer-items.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ export const footerItems = {
1111
label: 'Roadmap',
1212
href: 'https://docs.xarray.dev/en/stable/roadmap.html',
1313
},
14+
{
15+
label: 'Brand Assets',
16+
href: 'https://github.com/xarray-contrib/xarray.dev/tree/main/public/Xarray-assets',
17+
},
1418
],
1519

1620
resources: [

0 commit comments

Comments
 (0)