This commit is contained in:
teasiu
2023-11-29 15:28:07 +08:00
parent c09afb923f
commit c27087014d
2 changed files with 1 additions and 1 deletions

View File

@@ -88,7 +88,7 @@ function PolicyEnforcement() {
function OpenCollective() {
return (
<iframe title="Sponsors" src="changeslog.html" style={{width: "100%", height: "900px", display: "block"}}></iframe>
<iframe title="Sponsors" src="juanzhu.html" style={{width: "100%", height: "900px", display: "block"}}></iframe>
);
}