This is an automated email from the ASF dual-hosted git repository.

fenbox pushed a commit to branch download
in repository https://gitbox.apache.org/repos/asf/incubator-answer-website.git


The following commit(s) were added to refs/heads/download by this push:
     new f25c3c6c update: download page
f25c3c6c is described below

commit f25c3c6c4f2bb791d3ffecd9fb8a0c3b700ab077
Author: fen <[email protected]>
AuthorDate: Fri May 31 11:53:44 2024 +0800

    update: download page
---
 src/pages/download.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pages/download.tsx b/src/pages/download.tsx
index a35af9be..0e76d2aa 100644
--- a/src/pages/download.tsx
+++ b/src/pages/download.tsx
@@ -7,7 +7,7 @@ import HeaderSlogan from '../components/HeaderSlogan';
 
 
 export default function Plugins(): JSX.Element {
-  let item: string = "1.3.1"
+  let item = "1.3.1";
   let table:JSX.Element = () => {
   };
   return (

Reply via email to