diff --git a/components/MainCard.js b/components/MainCard.js index 8c5cda0..dc1d26f 100644 --- a/components/MainCard.js +++ b/components/MainCard.js @@ -1,7 +1,5 @@ import Image from "next/image"; - import { ctoF } from "../services/converters"; - import styles from "./MainCard.module.css"; const MainCard = ({ @@ -17,16 +15,13 @@ const MainCard = ({

{city}, {country}

-

{description}

- weatherIcon -

{systemUsed == "metric" ? Math.round(weatherData.main.temp)