Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
tushargugnani committed Feb 25, 2023
1 parent 79dd4fa commit ce75691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/dist/js/smart-banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fetch('/smart-banner-auto-placements')
}else if(ad.adType == 'IMAGE'){
adBody = "<div class=\"smart-banner-temp\" banner-slug=\""+ad.slug+"\" style=\""+placement.style+"\">\
<a href=\""+(ad.imageUrl ? ad.imageUrl : '#')+"\" target=\"_blank\">\
<img src=\"storage/"+ad.image+"\" alt=\""+ad.imageAlt+"\" />\
<img src=\"/storage/"+ad.image+"\" alt=\""+ad.imageAlt+"\" />\
</a>\
</div>"
}
Expand Down

0 comments on commit ce75691

Please sign in to comment.