File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Downloads/DownloadReleasesTable Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const DownloadReleasesTable: FC = () => {
1919 const t = useTranslations ( ) ;
2020
2121 return (
22- < table id = "tbVersions" className = "download-table full-width" >
22+ < table id = "tbVersions" >
2323 < thead >
2424 < tr >
2525 < th > { t ( 'components.downloadReleasesTable.version' ) } </ th >
@@ -47,7 +47,7 @@ const DownloadReleasesTable: FC = () => {
4747 { release . status === 'End-of-life' ? ' (EoL)' : '' }
4848 </ Badge >
4949 </ td >
50- < td className = "download-table-last" >
50+ < td >
5151 < DetailsButton data = { release } />
5252 </ td >
5353 </ tr >
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ const EOLTable: FC = async () => {
4444 vulnerabilities = { vulnerabilities [ release . major ] }
4545 />
4646 </ td >
47- < td className = "download-table-last" >
47+ < td >
4848 < DetailsButton
4949 data = { {
5050 release : release ,
You can’t perform that action at this time.
0 commit comments