clutch logo fix
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import { motion, useAnimationControls } from "framer-motion";
|
import { motion, useAnimationControls } from "framer-motion";
|
||||||
import { Star } from "lucide-react";
|
import { Star } from "lucide-react";
|
||||||
import { ImageWithFallback } from "./figma/ImageWithFallback";
|
import { ImageWithFallback } from "./figma/ImageWithFallback";
|
||||||
import clutchLogo from '../public/images/clutch-logo.png';
|
// import /images/clutch-logo.png from '../public/images/clutch-logo.png';
|
||||||
import { useState, useEffect, useRef } from "react";
|
import { useState, useEffect, useRef } from "react";
|
||||||
import React from "react";
|
import React from "react";
|
||||||
|
|
||||||
@@ -379,7 +379,7 @@ const ClutchRating = () => {
|
|||||||
{/* Clutch Logo */}
|
{/* Clutch Logo */}
|
||||||
<div className="flex-shrink-0">
|
<div className="flex-shrink-0">
|
||||||
<ImageWithFallback
|
<ImageWithFallback
|
||||||
src={clutchLogo}
|
src="/images/clutch-logo.png"
|
||||||
alt="Clutch"
|
alt="Clutch"
|
||||||
className="w-16 h-16 object-contain rounded-lg"
|
className="w-16 h-16 object-contain rounded-lg"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user