mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
🔥
This commit is contained in:
parent
3afba647eb
commit
b3ffde0eab
2 changed files with 0 additions and 19 deletions
|
@ -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>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue