We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d479815 commit 7199f36Copy full SHA for 7199f36
packages/frontend/src/components/NewsDrawer/NewsItemList.ts
@@ -10,6 +10,14 @@ const IF_THEN_EXTERNAL_LINK =
10
'https://guide.plumber.gov.sg/user-guides/actions/toolbox'
11
12
export const NEWS_ITEM_LIST: NewsItemProps[] = [
13
+ {
14
+ date: '2024-09-06',
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
+ },
21
{
22
date: '2024-10-04',
23
tag: NEW_FEATURE_TAG,
0 commit comments