File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ export const ReleaseTable = ({
2626 < table className = "w-full" >
2727 < thead >
2828 < tr className = "bg-gray-50 dark:bg-gray-900/50 border-b border-gray-200 dark:border-gray-700" >
29- < th className = "px-6 py-3 text-left text-xs font-medium text-gray-500 dark:text-gray-400 uppercase tracking-wider" >
29+ < th className = "w-[225px] px-6 py-3 text-left text-xs font-medium text-gray-500 dark:text-gray-400 uppercase tracking-wider" >
3030 Version
3131 </ th >
32- < th className = "px-6 py-3 text-left text-xs font-medium text-gray-500 dark:text-gray-400 uppercase tracking-wider" >
32+ < th className = "w-[350px] px-6 py-3 text-left text-xs font-medium text-gray-500 dark:text-gray-400 uppercase tracking-wider" >
3333 { showStability ? 'Stability' : 'Released' }
3434 </ th >
35- < th className = "px-6 py-3 text-left text-xs font-medium text-gray-500 dark:text-gray-400 uppercase tracking-wider" >
35+ < th className = "w-[200px] px-6 py-3 text-left text-xs font-medium text-gray-500 dark:text-gray-400 uppercase tracking-wider" >
3636 Chromium
3737 </ th >
3838 < th className = "px-6 py-3 text-left text-xs font-medium text-gray-500 dark:text-gray-400 uppercase tracking-wider" >
You can’t perform that action at this time.
0 commit comments