We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf72783 commit 8788701Copy full SHA for 8788701
1 file changed
src/components/fundable/MenuSideBar.tsx
@@ -5,7 +5,8 @@ import styles from "./styles.module.css";
5
const sections = [
6
{ id: 'jupyter-ecosystem', label: 'Jupyter ecosystem' },
7
{ id: 'package-management', label: 'Package management' },
8
- { id: 'scientific-computing', label: 'Scientific computing' }
+ { id: 'scientific-computing', label: 'Scientific computing' },
9
+ { id: 'apache-arrow', label: 'Apache Arrow and Parquet' }
10
];
11
12
export default function MenuSideBar() {
0 commit comments