Skip to content

Commit a22bf44

Browse files
authored
Merge pull request #319 from kleros/feat/treasury-august
feat: treasury august
2 parents 056d917 + d56281c commit a22bf44

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/pages/treasury.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ import styles from "./styles/treasury.module.css";
77
import TreasuryReportsImage from "src/assets/svgs/treasury-reports.svg";
88

99
const MONTHS = [
10-
{
10+
{
11+
month: "August",
12+
year: "2025",
13+
treasuryReport: "QmTccojcrgQekyU11xTV1z7ZbiyGs37zQsSbPAy6XZRqzx",
14+
},
15+
{
1116
month: "July",
1217
year: "2025",
1318
treasuryReport: "QmZbFo8cwGgdac6bNfVkd8Y5rmgSYoLgia52TRB98KX53a",

0 commit comments

Comments
 (0)