Skip to content

Commit 6abcb04

Browse files
committed
feat: changes "Weekly Update" pill's text to "Progress update"
We haven't been weekly for a while now
1 parent ca54931 commit 6abcb04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/blog/[slug]/post.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const colourByType: Dict<string> = {
1414

1515
const textByType: Dict<string> = {
1616
'announcement': 'Announcement',
17-
'weekly': 'Weekly Update',
17+
'weekly': 'Progress Update',
1818
'community': 'Community Highlight',
1919
}
2020

0 commit comments

Comments
 (0)