We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d1a545 commit 3c59b8fCopy full SHA for 3c59b8f
README.md
@@ -34,13 +34,13 @@ const Home = () => {
34
35
return (
36
<>
37
- <TimeAgo date='September 1, 2022' locale='kh' />
+ <TimeAgo date='July 1, 2023' locale='kh' />
38
39
- <TimeAgo date='September 1, 2022' locale='JA' />
+ <TimeAgo date='July 1, 2023' locale='JA' />
40
41
- <TimeAgo date='September 1, 2022 9:00 pm' />
+ <TimeAgo date='July 1, 2023 9:00 pm' />
42
43
- <TimeAgo date='September 1, 2022 20:00' />
+ <TimeAgo date='July 1, 2023 20:00' />
44
</>
45
);
46
}
0 commit comments