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