From ce75691caa1a1f1ec0335e73de2666b26aec475c Mon Sep 17 00:00:00 2001 From: Tushar Gugnani Date: Sat, 25 Feb 2023 15:52:46 +0530 Subject: [PATCH] fix path --- resources/dist/js/smart-banner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/dist/js/smart-banner.js b/resources/dist/js/smart-banner.js index 153e59f..b029175 100644 --- a/resources/dist/js/smart-banner.js +++ b/resources/dist/js/smart-banner.js @@ -16,7 +16,7 @@ fetch('/smart-banner-auto-placements') }else if(ad.adType == 'IMAGE'){ adBody = "
\ \ - \""+ad.imageAlt+"\"\ + \""+ad.imageAlt+"\"\ \
" }