Skip to content

Commit 39a2d30

Browse files
committed
chore: add collab to whats new
1 parent 2374b94 commit 39a2d30

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/frontend/src/components/NewsDrawer/NewsItemList.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ const IF_THEN_EXTERNAL_LINK =
1111
'https://guide.plumber.gov.sg/user-guides/actions/toolbox'
1212

1313
export const NEWS_ITEM_LIST: NewsItemProps[] = [
14+
{
15+
date: '2025-11-21',
16+
tag: NEW_FEATURE_TAG,
17+
title: 'Collaborators — add editors and viewers to your pipes',
18+
details: dedent`
19+
With collaborators, you can add editors or viewers to help build or troubleshoot your pipe. Read more about permissions and set up in our guide.
20+
`,
21+
},
1422
{
1523
date: '2025-09-22',
1624
tag: NEW_FEATURE_TAG,

0 commit comments

Comments
 (0)