From 5600c9512b249e0068101449984036b5f6877aba Mon Sep 17 00:00:00 2001 From: refansa Date: Sun, 28 Jul 2024 23:26:42 +0700 Subject: [PATCH] fix: removed clock's second, too distracting --- package.json | 4 ++-- src/components/clock.tsx | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index e432cd6..4d5ba16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "refansa.my.id", - "version": "0.0.1a", + "version": "0.0.1b", "private": true, "homepage": "https://refansa.my.id", "author": { @@ -57,4 +57,4 @@ "tailwindcss": "^3.4.1", "typescript": "^5" } -} +} \ No newline at end of file diff --git a/src/components/clock.tsx b/src/components/clock.tsx index c648738..b08aa7e 100644 --- a/src/components/clock.tsx +++ b/src/components/clock.tsx @@ -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', }), )