This commit is contained in:
teasiu
2023-10-11 01:16:51 +08:00
parent b1e17749bc
commit 933ab9a930
2 changed files with 2 additions and 2 deletions

View File

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