diff --git a/components/Time.tsx b/components/Time.tsx
index ec9229e..d5d8c24 100644
--- a/components/Time.tsx
+++ b/components/Time.tsx
@@ -14,7 +14,14 @@ const Timer = () => {
return(
+<<<<<<< HEAD
{date.toLocaleDateString('en-GB', { dateStyle: 'short' }) + ' • ' + date.toLocaleTimeString('en-GB', { timeStyle: 'medium', hour12: true, timeZone: 'Europe/Budapest'}).toUpperCase()}
+=======
+
{date.toLocaleString('en-GB', {
+ timeZone: 'Europe/Budapest',
+ hour12: true
+ }).toUpperCase()}
+>>>>>>> ce3c841bfc958c99053e0a03c56b5cbc56dff70f
)
}
diff --git a/components/Weather.tsx b/components/Weather.tsx
index 69c25c4..4c3f7d8 100644
--- a/components/Weather.tsx
+++ b/components/Weather.tsx
@@ -7,6 +7,7 @@ const Weather = ({data}: {data: any}) => {
const { icon: weatherIcon, description: weatherDescription} = data.weather[0]
const icons: any = {
+<<<<<<< HEAD
_01d: