Skip to content

Commit edbde42

Browse files
committed
fix: add mistral ai logo
1 parent 55f7be2 commit edbde42

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/features/home/pages/home-page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ function LogoCarousel() {
135135
'https://store-images.s-microsoft.com/image/apps.22898.1ee6619e-8cd6-4c91-a459-3abe6a6cf7b3.84da202a-9b47-4a76-be2c-79f143c64050.21add500-ed5b-42ee-b87d-ee415ae071fc',
136136
'https://play-lh.googleusercontent.com/d2zqBFBEymSZKaVg_dRo1gh3hBFn7_Kl9rO74xkDmnJeLgDW0MoJD3cUx0QzZN6jdsg=w240-h480-rw',
137137
'https://t2.tudocdn.net/716766?w=824&h=494',
138-
'https://www.stickersdevs.com.br/wp-content/uploads/2021/03/amazon-logo-sticker-adesivo-devs.jpg',
139-
'https://iguatemi.com.br/saopaulo/sites/saopaulo/files/2021-10/mistral.jpg'
138+
'https://static.vecteezy.com/system/resources/previews/019/136/322/non_2x/amazon-logo-amazon-icon-free-free-vector.jpg',
139+
'https://azure.microsoft.com/en-us/blog/wp-content/uploads/2024/02/MSFT_Azure_FEB12_319938_Blog_BlogHeader_240226_600x600_V1.jpg'
140140
]
141141
const allLogos = [...logos, ...logos, ...logos, ...logos]
142142
return (
@@ -166,7 +166,7 @@ function LogoCarousel() {
166166
src={logo}
167167
alt="Bedrock model logo"
168168
draggable={false}
169-
className="h-26 w-26 rounded-md object-cover shadow-lg select-none"
169+
className="h-26 w-26 rounded-md bg-white object-cover shadow-lg select-none"
170170
/>
171171
</div>
172172
))}

0 commit comments

Comments
 (0)