use case page

This commit is contained in:
dev-chiefworks
2022-01-16 19:03:28 -05:00
parent e5268522d6
commit e68d3250ec
3 changed files with 3 additions and 3 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

+3 -3
View File
@@ -16,11 +16,11 @@ function UseCase() {
<div className="row">
{
UseCaseDataResult.map(i => {
var blgImg = i.meta_value != null ? "../../assets/images/" + i.meta_value : blogImg1;
var blgImg = i.meta_value != null ? "/images/" + i.meta_value : blogImg1;
console.log("AA", blgImg);
blgImg = blogImg1;
console.log("BB", blgImg);
// blgImg = blogImg1;
// console.log("BB", blgImg);
return (
<div className="col-lg-4">