|
@@ -33,7 +33,7 @@ const NavigateBar: React.FC<Props> = ({ data }) => {
|
|
>
|
|
>
|
|
<div className="flex flex-col items-center justify-center">
|
|
<div className="flex flex-col items-center justify-center">
|
|
<img
|
|
<img
|
|
- src="https://static.tiktokjakjkl.icu/bcwin/ff52a50b-801b-4737-bb24-b6323385da4c.png" //{item?.icon_url}
|
|
|
|
|
|
+ src={item?.icon_url}
|
|
alt={item?.name}
|
|
alt={item?.name}
|
|
className="aspect-[1/1] max-w-[100%] rounded-[50%]"
|
|
className="aspect-[1/1] max-w-[100%] rounded-[50%]"
|
|
/>
|
|
/>
|