use case page
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 51 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 65 KiB |
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user