Skip to content

Commit ed7c3c0

Browse files
committed
chore: update whats new
1 parent d479815 commit ed7c3c0

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
@@ -10,6 +10,14 @@ const IF_THEN_EXTERNAL_LINK =
1010
'https://guide.plumber.gov.sg/user-guides/actions/toolbox'
1111

1212
export const NEWS_ITEM_LIST: NewsItemProps[] = [
13+
{
14+
date: '2024-10-23',
15+
tag: NEW_ENHANCEMENT_TAG,
16+
title: `Tile transfer`,
17+
details: dedent`
18+
You can now transfer ownership of **tiles** to other users. Editors can now also connect tiles to their pipes.
19+
`,
20+
},
1321
{
1422
date: '2024-10-04',
1523
tag: NEW_FEATURE_TAG,

0 commit comments

Comments
 (0)