Преглед изворни кода

Fix img path in Card Component

Tatiana Inama пре 6 година
родитељ
комит
00237f9576
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      recipes/src/components/Card/index.tsx

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

@@ -12,7 +12,7 @@ import '@material/react-button/dist/button.min.css';
 
 import './styles.scss';
 import sample_img from "./sample.png";
-const API: string = process.env.REACT_APP_API || '';
+const API: string = process.env.REACT_APP_IMG || '';
 
 type CBKCardProps = {
   withImg?: boolean,