From a86a1a461cabf9ca249f6863a2a8b52fa9cf7896 Mon Sep 17 00:00:00 2001 From: ItzCrazyKns <95534749+ItzCrazyKns@users.noreply.github.com> Date: Fri, 30 May 2025 09:24:54 +0530 Subject: [PATCH] feat(weather-icons): rename `weather` to `weather-ico` --- public/{weather => weather-ico}/clear-day.svg | 0 public/{weather => weather-ico}/clear-night.svg | 0 public/{weather => weather-ico}/cloudy-1-day.svg | 0 public/{weather => weather-ico}/cloudy-1-night.svg | 0 public/{weather => weather-ico}/fog-day.svg | 0 public/{weather => weather-ico}/fog-night.svg | 0 public/{weather => weather-ico}/frost-day.svg | 0 public/{weather => weather-ico}/frost-night.svg | 0 public/{weather => weather-ico}/rain-and-sleet-mix.svg | 0 public/{weather => weather-ico}/rainy-1-day.svg | 0 public/{weather => weather-ico}/rainy-1-night.svg | 0 public/{weather => weather-ico}/rainy-2-day.svg | 0 public/{weather => weather-ico}/rainy-2-night.svg | 0 public/{weather => weather-ico}/rainy-3-day.svg | 0 public/{weather => weather-ico}/rainy-3-night.svg | 0 public/{weather => weather-ico}/scattered-thunderstorms-day.svg | 0 .../{weather => weather-ico}/scattered-thunderstorms-night.svg | 0 public/{weather => weather-ico}/severe-thunderstorm.svg | 0 public/{weather => weather-ico}/snowy-1-day.svg | 0 public/{weather => weather-ico}/snowy-1-night.svg | 0 public/{weather => weather-ico}/snowy-2-day.svg | 0 public/{weather => weather-ico}/snowy-2-night.svg | 0 public/{weather => weather-ico}/snowy-3-day.svg | 0 public/{weather => weather-ico}/snowy-3-night.svg | 0 src/components/WeatherWidget.tsx | 2 +- 25 files changed, 1 insertion(+), 1 deletion(-) rename public/{weather => weather-ico}/clear-day.svg (100%) rename public/{weather => weather-ico}/clear-night.svg (100%) rename public/{weather => weather-ico}/cloudy-1-day.svg (100%) rename public/{weather => weather-ico}/cloudy-1-night.svg (100%) rename public/{weather => weather-ico}/fog-day.svg (100%) rename public/{weather => weather-ico}/fog-night.svg (100%) rename public/{weather => weather-ico}/frost-day.svg (100%) rename public/{weather => weather-ico}/frost-night.svg (100%) rename public/{weather => weather-ico}/rain-and-sleet-mix.svg (100%) rename public/{weather => weather-ico}/rainy-1-day.svg (100%) rename public/{weather => weather-ico}/rainy-1-night.svg (100%) rename public/{weather => weather-ico}/rainy-2-day.svg (100%) rename public/{weather => weather-ico}/rainy-2-night.svg (100%) rename public/{weather => weather-ico}/rainy-3-day.svg (100%) rename public/{weather => weather-ico}/rainy-3-night.svg (100%) rename public/{weather => weather-ico}/scattered-thunderstorms-day.svg (100%) rename public/{weather => weather-ico}/scattered-thunderstorms-night.svg (100%) rename public/{weather => weather-ico}/severe-thunderstorm.svg (100%) rename public/{weather => weather-ico}/snowy-1-day.svg (100%) rename public/{weather => weather-ico}/snowy-1-night.svg (100%) rename public/{weather => weather-ico}/snowy-2-day.svg (100%) rename public/{weather => weather-ico}/snowy-2-night.svg (100%) rename public/{weather => weather-ico}/snowy-3-day.svg (100%) rename public/{weather => weather-ico}/snowy-3-night.svg (100%) diff --git a/public/weather/clear-day.svg b/public/weather-ico/clear-day.svg similarity index 100% rename from public/weather/clear-day.svg rename to public/weather-ico/clear-day.svg diff --git a/public/weather/clear-night.svg b/public/weather-ico/clear-night.svg similarity index 100% rename from public/weather/clear-night.svg rename to public/weather-ico/clear-night.svg diff --git a/public/weather/cloudy-1-day.svg b/public/weather-ico/cloudy-1-day.svg similarity index 100% rename from public/weather/cloudy-1-day.svg rename to public/weather-ico/cloudy-1-day.svg diff --git a/public/weather/cloudy-1-night.svg b/public/weather-ico/cloudy-1-night.svg similarity index 100% rename from public/weather/cloudy-1-night.svg rename to public/weather-ico/cloudy-1-night.svg diff --git a/public/weather/fog-day.svg b/public/weather-ico/fog-day.svg similarity index 100% rename from public/weather/fog-day.svg rename to public/weather-ico/fog-day.svg diff --git a/public/weather/fog-night.svg b/public/weather-ico/fog-night.svg similarity index 100% rename from public/weather/fog-night.svg rename to public/weather-ico/fog-night.svg diff --git a/public/weather/frost-day.svg b/public/weather-ico/frost-day.svg similarity index 100% rename from public/weather/frost-day.svg rename to public/weather-ico/frost-day.svg diff --git a/public/weather/frost-night.svg b/public/weather-ico/frost-night.svg similarity index 100% rename from public/weather/frost-night.svg rename to public/weather-ico/frost-night.svg diff --git a/public/weather/rain-and-sleet-mix.svg b/public/weather-ico/rain-and-sleet-mix.svg similarity index 100% rename from public/weather/rain-and-sleet-mix.svg rename to public/weather-ico/rain-and-sleet-mix.svg diff --git a/public/weather/rainy-1-day.svg b/public/weather-ico/rainy-1-day.svg similarity index 100% rename from public/weather/rainy-1-day.svg rename to public/weather-ico/rainy-1-day.svg diff --git a/public/weather/rainy-1-night.svg b/public/weather-ico/rainy-1-night.svg similarity index 100% rename from public/weather/rainy-1-night.svg rename to public/weather-ico/rainy-1-night.svg diff --git a/public/weather/rainy-2-day.svg b/public/weather-ico/rainy-2-day.svg similarity index 100% rename from public/weather/rainy-2-day.svg rename to public/weather-ico/rainy-2-day.svg diff --git a/public/weather/rainy-2-night.svg b/public/weather-ico/rainy-2-night.svg similarity index 100% rename from public/weather/rainy-2-night.svg rename to public/weather-ico/rainy-2-night.svg diff --git a/public/weather/rainy-3-day.svg b/public/weather-ico/rainy-3-day.svg similarity index 100% rename from public/weather/rainy-3-day.svg rename to public/weather-ico/rainy-3-day.svg diff --git a/public/weather/rainy-3-night.svg b/public/weather-ico/rainy-3-night.svg similarity index 100% rename from public/weather/rainy-3-night.svg rename to public/weather-ico/rainy-3-night.svg diff --git a/public/weather/scattered-thunderstorms-day.svg b/public/weather-ico/scattered-thunderstorms-day.svg similarity index 100% rename from public/weather/scattered-thunderstorms-day.svg rename to public/weather-ico/scattered-thunderstorms-day.svg diff --git a/public/weather/scattered-thunderstorms-night.svg b/public/weather-ico/scattered-thunderstorms-night.svg similarity index 100% rename from public/weather/scattered-thunderstorms-night.svg rename to public/weather-ico/scattered-thunderstorms-night.svg diff --git a/public/weather/severe-thunderstorm.svg b/public/weather-ico/severe-thunderstorm.svg similarity index 100% rename from public/weather/severe-thunderstorm.svg rename to public/weather-ico/severe-thunderstorm.svg diff --git a/public/weather/snowy-1-day.svg b/public/weather-ico/snowy-1-day.svg similarity index 100% rename from public/weather/snowy-1-day.svg rename to public/weather-ico/snowy-1-day.svg diff --git a/public/weather/snowy-1-night.svg b/public/weather-ico/snowy-1-night.svg similarity index 100% rename from public/weather/snowy-1-night.svg rename to public/weather-ico/snowy-1-night.svg diff --git a/public/weather/snowy-2-day.svg b/public/weather-ico/snowy-2-day.svg similarity index 100% rename from public/weather/snowy-2-day.svg rename to public/weather-ico/snowy-2-day.svg diff --git a/public/weather/snowy-2-night.svg b/public/weather-ico/snowy-2-night.svg similarity index 100% rename from public/weather/snowy-2-night.svg rename to public/weather-ico/snowy-2-night.svg diff --git a/public/weather/snowy-3-day.svg b/public/weather-ico/snowy-3-day.svg similarity index 100% rename from public/weather/snowy-3-day.svg rename to public/weather-ico/snowy-3-day.svg diff --git a/public/weather/snowy-3-night.svg b/public/weather-ico/snowy-3-night.svg similarity index 100% rename from public/weather/snowy-3-night.svg rename to public/weather-ico/snowy-3-night.svg diff --git a/src/components/WeatherWidget.tsx b/src/components/WeatherWidget.tsx index afbc94e..e6a631e 100644 --- a/src/components/WeatherWidget.tsx +++ b/src/components/WeatherWidget.tsx @@ -110,7 +110,7 @@ const WeatherWidget = () => { <>
{data.condition}