File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const Sponsors = () => (
1111 < div className = "absolute h-full w-[250px] ml-[-250px] mr-2.5" >
1212 < div className = "sticky hidden xl:flex flex-wrap justify-center items-start border-r-2 border-gray-200 my-6 px-6 pb-12 overflow-hidden bg-white dark:bg-gray-900 transition-colors duration-200 top-24" >
1313 { /* AG Grid */ }
14- < div className = "bg-white dark:bg-gray-800 shadow-lg rounded-lg m-2 transition-transform duration-200 hover:bg-gray-200 dark:hover:bg-gray-700 hover:scale-105" >
14+ < div className = "bg-white dark:bg-gray-800 shadow-lg rounded-lg m-2 transition-transform duration-200 hover:bg-gray-100 dark:hover:bg-gray-700 hover:scale-105" >
1515 < Link to = "https://www.ag-grid.com/?utm_source=webpack& utm_medium = banner & utm_campaign = sponsorship " >
1616 { /* Light mode */ }
1717 < img
@@ -34,7 +34,7 @@ const Sponsors = () => (
3434 </ div >
3535
3636 { /* AG Charts */ }
37- < div className = "bg-white dark:bg-gray-800 shadow-lg rounded-lg m-2 transition-transform duration-200 hover:bg-gray-200 dark:hover:bg-gray-700 hover:scale-105" >
37+ < div className = "bg-white dark:bg-gray-800 shadow-lg rounded-lg m-2 transition-transform duration-200 hover:bg-gray-100 dark:hover:bg-gray-700 hover:scale-105" >
3838 < Link to = "https://charts.ag-grid.com/?utm_source=webpack& utm_medium = banner & utm_campaign = sponsorship " >
3939 { /* Light mode */ }
4040 < img
You can’t perform that action at this time.
0 commit comments