zcj03 hace 7 meses
padre
commit
e451c4e03a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/Card/Card.tsx

+ 1 - 1
src/components/Card/Card.tsx

@@ -84,7 +84,7 @@ const Card: FC<PropsWithChildren<CardProps>> = (props) => {
                     <div className={styles.cardWrap} style={{ width: "1.1rem" }}>
                         <img
                             src={item?.game_icon}
-                            alt={item?.game_name_cn}
+                            alt={item?.game_name_cn +'-'+ item?.category_name}
                             className={"h-[100%] w-[100%]"}
                         />
                     </div>