change to Report (eng)

This commit is contained in:
2022-09-15 15:50:50 +08:00
parent d28bc6bf1a
commit 3fbdc4e948

View File

@@ -4,7 +4,7 @@ function DownloadReport({ URL }) {
return (
<p>
<Link passHref href={URL}>
<button>下载报告</button>
<button>Report (Eng)</button>
</Link>
</p>
);