Skip to content

Commit c29e00c

Browse files
authored
Update index.jsx
1 parent d19e09d commit c29e00c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/pages/report/index.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { Link } from "gatsby" // Import Gatsby's Link component
55

66
export default function Layout({ children }) {
77
const reports = [
8+
{ year: "2024", link: "/report/2024-report" },
89
{ year: "2022", link: "/report/2022-report" },
910
{ year: "2021", link: "/report/2021-report" },
1011
{ year: "2020", link: "/report/2020-report" },

0 commit comments

Comments
 (0)