replace
This commit is contained in:
@@ -44,7 +44,7 @@ export default function NewFeatures() {
|
||||
</div>
|
||||
<div className="lg:ml-auto lg:pl-4 lg:pt-0">
|
||||
<div className="lg:max-w-lg">
|
||||
<dl className="lg:mt-10 mt-0 max-w-xl space-y-8 text-base leading-7 text-gray-600 lg:max-w-none">
|
||||
<dl className="lg:mt-10 mt-0 max-w-xl space-y-8 text-base leading-7 text-gray-200 lg:max-w-none">
|
||||
{features.map((feature) => (
|
||||
<div key={feature.name} className="relative pl-9">
|
||||
<dt className="inline font-semibold lg:text-xl text-lg text-darkgr-900">
|
||||
|
Reference in New Issue
Block a user