Skip to content

Commit

Permalink
Fix publishing date
Browse files Browse the repository at this point in the history
  • Loading branch information
saulprl-enc committed Sep 30, 2024
1 parent f79e587 commit 0c4675e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/blog/entries.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export const blogEntries: Array<TBlogEntry> = [
{
id: 12,
title: "Spark Week 12 Essay",
date: "2024-09-29",
date: "2024-10-01",
slug: "spark-week-12",
content: <Week12 components={{ ...mdxComponents }} />,
estimatedTime: 3,
Expand Down

0 comments on commit 0c4675e

Please sign in to comment.