This commit is contained in:
skidoodle 2022-04-02 23:54:19 +02:00
parent 3afba647eb
commit b3ffde0eab
2 changed files with 0 additions and 19 deletions

View file

@ -14,14 +14,7 @@ const Timer = () => {
return(
<div className={styles.time}>
<<<<<<< HEAD
<p><FaClock /> {date.toLocaleDateString('en-GB', { dateStyle: 'short' }) + ' • ' + date.toLocaleTimeString('en-GB', { timeStyle: 'medium', hour12: true, timeZone: 'Europe/Budapest'}).toUpperCase()}</p>
=======
<p><FontAwesomeIcon icon={['fas', 'clock']} /> {date.toLocaleString('en-GB', {
timeZone: 'Europe/Budapest',
hour12: true
}).toUpperCase()}</p>
>>>>>>> ce3c841bfc958c99053e0a03c56b5cbc56dff70f
</div>
)
}