Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions src/components/platformIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -684,10 +684,6 @@
sm: GroqSVG,
lg: GroqSVGLarge,
},
mistral: {
sm: MistralSVG,
lg: MistralSVGLarge,
},
laravel: {
sm: LaravelSVG,
lg: LaravelSVGLarge,
Expand Down Expand Up @@ -1020,7 +1016,6 @@
go: 'go',
'google-genai': 'gemini',
groq: 'groq',
mistral: 'mistral',
'together-ai': 'default',
'go-echo': 'echo',
'go-fasthttp': 'fasthttp',
Expand Down Expand Up @@ -1293,7 +1288,7 @@

if (title) {
return (
<img

Check warning on line 1291 in src/components/platformIcon.tsx

View workflow job for this annotation

GitHub Actions / Lint

Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
src={typeof svg === 'string' ? svg : svg?.src}
width={size}
height={size}
Expand Down
Loading