From 9eeab1ab7ddc2bb170e79928923c668804cf6eda Mon Sep 17 00:00:00 2001 From: edgarasmarkunas Date: Thu, 28 Jul 2022 18:00:36 +0100 Subject: [PATCH 01/15] the weather card displays data received from weather API, however, spelling must be perfect, need to fix this --- project-app/components/Weather/SearchBar.jsx | 2 +- project-app/components/Weather/Weather.jsx | 21 ++++++++++++------- .../components/Weather/WeatherCurrent.jsx | 6 +++--- 3 files changed, 17 insertions(+), 12 deletions(-) diff --git a/project-app/components/Weather/SearchBar.jsx b/project-app/components/Weather/SearchBar.jsx index 9fcaf0e..2f8e6ac 100644 --- a/project-app/components/Weather/SearchBar.jsx +++ b/project-app/components/Weather/SearchBar.jsx @@ -35,7 +35,7 @@ const SearchBar = ({fetchWeather, handleChange, city}) => { type="search" id="default-search" className="block p-4 pl-10 w-full text-sm text-gray-900 bg-gray-50 rounded-lg border border-gray-300 focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500" - placeholder="Type in city name..." + placeholder="Type in city..." required="" />