Skip to content

Commit

Permalink
fix: set static date for datatable story
Browse files Browse the repository at this point in the history
  • Loading branch information
francinelucca committed Jan 3, 2025
1 parent 594dd27 commit 6c19dc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const data: Array<Repo> = [
id: 8,
name: 'docker-templates',
type: 'public',
updatedAt: now - 3 * Month,
updatedAt: 1725494400000, // '2024-09-05T00:00:00.000Z'
securityFeatures: {
dependabot: ['alerts'],
codeScanning: [],
Expand Down

0 comments on commit 6c19dc9

Please sign in to comment.