You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/02/09 15:03:13 UTC

[GitHub] [apisix-website] CP3cham commented on a change in pull request #870: chore:add the LTS download button of 'apisix'

CP3cham commented on a change in pull request #870:
URL: https://github.com/apache/apisix-website/pull/870#discussion_r802757739



##########
File path: website/src/pages/downloads/ProjectCard.js
##########
@@ -112,12 +156,47 @@ const ProjectCard = (props) => {
           Release Date ยท{" "}
           <span className="downloads-versioninfo-span">{releaseDate}</span>
         </VersionInfo>
-        <div>
+        
+         <ButtonRow>
+          <LTSCard>
+          <LTSButton />
+          <LTSDropdown
+            isLTSDropdownOpen={isLTSDropdownOpen}
+            setIsLTSDropdownOpen={setIsLTSDropdownOpen}
+          >
+            <DropdownItem
+              className="download-dropdown-item"
+              href={`https://www.apache.org/dyn/closer.cgi/apisix/2.10.3/apache-apisix-2.10.3-src.tgz`}

Review comment:
       Yep,maybe the version info can be put in the json file which include all version info




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org