Skip to content

Commit 4b6b1ff

Browse files
authored
fix: add missing comma
1 parent 12477a1 commit 4b6b1ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/PostsContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ const posts: PostContent[] = [
137137
time: 7,
138138
},
139139
{
140-
title: 'The bpmn-visualization project celebrates its 1st anniversary'
140+
title: 'The bpmn-visualization project celebrates its 1st anniversary',
141141
text: 'To celebrate the first year of our work on the bpmn-visualization library, here is a look back.',
142142
cover:
143143
'https://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqfaqgib7iz9v1ehrppv8.png', // from the dev.to article

0 commit comments

Comments
 (0)