path correction in image

This commit is contained in:
sandhiya-hepl
2026-07-20 12:12:48 +05:30
parent 728139b69a
commit ee590f8d81
28 changed files with 179 additions and 13 deletions
+1 -1
View File
@@ -869,7 +869,7 @@ export default function App({ previewMode = false }) {
overflow: 'hidden'
}}>
<img
src={about.badgeImage}
src={assetUrl(about.badgeImage)}
alt={about.badgeAlt}
style={{
height: isMobile ? '40px' : '54px',