jbilcke-hf HF staff commited on
Commit
3041173
1 Parent(s): 242657b

another tentative fix..

Browse files
src/components/core/providers/ComputeProviderLogo.tsx CHANGED
@@ -20,8 +20,8 @@ export function ComputeProviderLogo({
20
  computeProvidersLogos.NONE
21
 
22
  return (
23
- <Image
24
- src={staticImageData}
25
  height={height as any}
26
  alt={formatProvider(provider)}
27
  className={cn(className)}
 
20
  computeProvidersLogos.NONE
21
 
22
  return (
23
+ <img
24
+ src={staticImageData.src}
25
  height={height as any}
26
  alt={formatProvider(provider)}
27
  className={cn(className)}