update demo react add to cart,

This commit is contained in:
louiscklaw
2025-06-06 14:34:13 +08:00
parent d6c87e33f0
commit 731cb7500e
13 changed files with 367 additions and 26 deletions

View File

@@ -8,7 +8,7 @@ export const WeatherProperty = ({ type, currentWeather }: { type: any; currentWe
const properties = {
wind: {
isIcon: false,
icon: '/assets/WeatherDemo/wind.png',
icon: '/assets/DemoReactAddToCart/WeatherDemo/wind.png',
alt: 'wind',
label: 'Wind',
value: `${currentWeather.current.wind_mph}mph`,