diff --git a/components/Time.tsx b/components/Time.tsx
index d5d8c24..ec9229e 100644
--- a/components/Time.tsx
+++ b/components/Time.tsx
@@ -14,14 +14,7 @@ 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 4c3f7d8..69c25c4 100644
--- a/components/Weather.tsx
+++ b/components/Weather.tsx
@@ -7,7 +7,6 @@ const Weather = ({data}: {data: any}) => {
const { icon: weatherIcon, description: weatherDescription} = data.weather[0]
const icons: any = {
-<<<<<<< HEAD
_01d: