Point to just the image path to try to resolve the built version of the admin image loading
This commit is contained in:
@@ -42,7 +42,7 @@ export default function SocialDropdown({ iconList, selectedOption, onSelected }:
|
||||
return (
|
||||
<Select.Option className="social-option" key={`platform-${key}`} value={key}>
|
||||
<span className="option-icon">
|
||||
<img src={`${NEXT_PUBLIC_API_HOST}${icon}`} alt="" className="option-icon" />
|
||||
<img src={`${icon}`} alt="" className="option-icon" />
|
||||
</span>
|
||||
<span className="option-label">{platform}</span>
|
||||
</Select.Option>
|
||||
|
||||
Reference in New Issue
Block a user