From af27c965a250bd678e9d8e052aae4cdc9a065946 Mon Sep 17 00:00:00 2001 From: madarsbiss Date: Thu, 23 Sep 2021 09:24:28 +0300 Subject: [PATCH] add seperator --- components/DateAndTime.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/DateAndTime.js b/components/DateAndTime.js index 3f5b2c1..843dd55 100644 --- a/components/DateAndTime.js +++ b/components/DateAndTime.js @@ -5,7 +5,7 @@ import styles from "./DateAndTime.module.css"; const DateAndTime = ({ weatherData, systemUsed }) => { return (

- {`${getWeekDay(weatherData)} ${getTime( + {`${getWeekDay(weatherData)}, ${getTime( systemUsed, weatherData.dt, weatherData.timezone