Skip to content

Commit

Permalink
fix: change the proposal button click link
Browse files Browse the repository at this point in the history
  • Loading branch information
0xExp-po committed Nov 14, 2024
1 parent 1324fde commit 5939b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dapp/src/components/page/project/ProjectInfo.astro
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ import DonateModal from "./DonateModal.astro";
proposalsButton.addEventListener("click", () => {
if (projectInfo) {
const name = projectInfo.name;
window.location.href = `/proposal?name=${name}`;
window.location.href = `/governance?name=${name}`;
}
});
}
Expand Down

0 comments on commit 5939b6b

Please sign in to comment.