edit
This commit is contained in:
		@@ -40,7 +40,7 @@ export default function Collaborate() {
 | 
			
		||||
                {features.map((feature) => (
 | 
			
		||||
                  <div key={feature.name} className="relative pl-9">
 | 
			
		||||
                    <dt className="inline font-semibold text-blue-700">
 | 
			
		||||
                      <feature.icon aria-hidden="true" className="absolute left-1 top-1 h-5 w-5 text-indigo-600" />
 | 
			
		||||
                      <feature.icon aria-hidden="true" className="absolute left-1 top-1 h-5 w-5 text-blue-700" />
 | 
			
		||||
                      {feature.name}
 | 
			
		||||
                    </dt>{' '}
 | 
			
		||||
                    <dd className="inline">{feature.description}</dd>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user