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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]