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', }), )