Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions packages/frontend/src/components/NewsDrawer/NewsItemList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ const IF_THEN_EXTERNAL_LINK =
'https://guide.plumber.gov.sg/user-guides/actions/toolbox'

export const NEWS_ITEM_LIST: NewsItemProps[] = [
{
date: '2024-10-23',
tag: NEW_ENHANCEMENT_TAG,
title: `Tile transfer`,
details: dedent`
You can now transfer ownership of **tiles** to other users. Editors can now also connect tiles to their pipes.
`,
},
{
date: '2024-10-04',
tag: NEW_FEATURE_TAG,
Expand Down
Loading