We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a99b73 commit db83182Copy full SHA for db83182
1 file changed
components/Common/MetaBar/index.stories.tsx
@@ -14,7 +14,9 @@ type Meta = MetaObj<typeof MetaBar>;
14
export const Default: Story = {
15
args: {
16
items: {
17
- 'components.metabar.lastUpdated': new Date().toLocaleDateString(),
+ 'components.metabar.lastUpdated': new Date(
18
+ '17 October 2023'
19
+ ).toLocaleDateString(),
20
'components.metabar.readingTime': '15 minutes',
21
'components.metabar.addedIn': 'v1.0.0',
22
'components.metabar.author': 'The Node.js Project',
0 commit comments