img clranup
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import Image from 'next/image'
|
||||
|
||||
import { Button } from '@/components/Button'
|
||||
import { Container } from '@/components/Container'
|
||||
@@ -34,7 +33,7 @@ export function Logos() {
|
||||
>
|
||||
{group.map((company) => (
|
||||
<li key={company.name} className="flex">
|
||||
<Image src={company.logo} alt={company.name} width={120} height={40} unoptimized />
|
||||
<img src={company.logo} alt={company.name} width={120} height={40} />
|
||||
</li>
|
||||
))}
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user