There was an error while loading. Please reload this page.
1 parent d19e09d commit c29e00cCopy full SHA for c29e00c
1 file changed
src/pages/report/index.jsx
@@ -5,6 +5,7 @@ import { Link } from "gatsby" // Import Gatsby's Link component
5
6
export default function Layout({ children }) {
7
const reports = [
8
+ { year: "2024", link: "/report/2024-report" },
9
{ year: "2022", link: "/report/2022-report" },
10
{ year: "2021", link: "/report/2021-report" },
11
{ year: "2020", link: "/report/2020-report" },
0 commit comments