Skip to content

Commit 8788701

Browse files
committed
Add category to sidebar
1 parent cf72783 commit 8788701

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/components/fundable/MenuSideBar.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ import styles from "./styles.module.css";
55
const sections = [
66
{ id: 'jupyter-ecosystem', label: 'Jupyter ecosystem' },
77
{ id: 'package-management', label: 'Package management' },
8-
{ id: 'scientific-computing', label: 'Scientific computing' }
8+
{ id: 'scientific-computing', label: 'Scientific computing' },
9+
{ id: 'apache-arrow', label: 'Apache Arrow and Parquet' }
910
];
1011

1112
export default function MenuSideBar() {

0 commit comments

Comments
 (0)