fix: removed clock's second, too distracting
This commit is contained in:
parent
fbf07f5dff
commit
5600c9512b
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "refansa.my.id",
|
||||
"version": "0.0.1a",
|
||||
"version": "0.0.1b",
|
||||
"private": true,
|
||||
"homepage": "https://refansa.my.id",
|
||||
"author": {
|
||||
|
@ -7,7 +7,6 @@ export function Clock() {
|
||||
new Intl.DateTimeFormat('en-US', {
|
||||
hour: 'numeric',
|
||||
minute: 'numeric',
|
||||
second: 'numeric',
|
||||
timeZone: 'Asia/Jakarta',
|
||||
}),
|
||||
)
|
||||
@ -18,7 +17,6 @@ export function Clock() {
|
||||
new Intl.DateTimeFormat('en-US', {
|
||||
hour: 'numeric',
|
||||
minute: 'numeric',
|
||||
second: 'numeric',
|
||||
timeZone: 'Asia/Jakarta',
|
||||
}),
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user