style: update UI with darker background, remove animations and adjust layout spacing
This commit is contained in:
@@ -410,7 +410,7 @@ function FeaturesDesktop() {
|
||||
|
||||
return (
|
||||
<TabGroup
|
||||
className="grid grid-cols-12 items-center gap-8 lg:gap-16 xl:gap-24"
|
||||
className="grid grid-cols-12 items-center gap-8 lg:gap-16"
|
||||
selectedIndex={selectedIndex}
|
||||
onChange={onChange}
|
||||
vertical
|
||||
|
||||
Reference in New Issue
Block a user