From f3ebc9f6ca2e385db1f6f4325edd16fc1b0bffa8 Mon Sep 17 00:00:00 2001 From: madarsbiss Date: Thu, 23 Sep 2021 12:25:36 +0300 Subject: [PATCH] edit main card --- components/MainCard.js | 5 ----- 1 file changed, 5 deletions(-) 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)