Skip to content

Commit 87686e1

Browse files
authored
feat: Add Duck.ai icon for RMF, update a couple other RMF icons (#1892)
* feat: Add Duck.ai icon for RMF, update a couple other icons * fix: example * rm: overflow2 example
1 parent 6d0d065 commit 87686e1

File tree

6 files changed

+67
-27
lines changed

6 files changed

+67
-27
lines changed

special-pages/pages/new-tab/app/remote-messaging-framework/mocks/rmf.data.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@ export const rmfDataExamples = {
2323
content: {
2424
messageType: 'big_single_action',
2525
id: 'id-big-single',
26-
titleText: 'Tell Us Your Thoughts on Privacy Pro',
27-
descriptionText: 'Take our short anonymous survey and share your feedback.',
28-
icon: 'PrivacyPro',
29-
primaryActionText: 'Take Survey',
26+
titleText: 'New! Advanced AI for Subscribers',
27+
descriptionText:
28+
'Your subscription now includes access to more advanced models in Duck.ai, our private AI chat service. Always optional. No extra cost.',
29+
icon: 'DuckAi',
30+
primaryActionText: 'Try Duck.ai',
3031
},
3132
},
3233
big_two_action: {

special-pages/pages/new-tab/messages/types/rmf-message.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@
139139
"DDGAnnounce",
140140
"CriticalUpdate",
141141
"AppUpdate",
142-
"PrivacyPro"
142+
"PrivacyPro",
143+
"DuckAi"
143144
]
144145
}
145146
}
Lines changed: 7 additions & 10 deletions
Loading
Lines changed: 14 additions & 0 deletions
Loading
Lines changed: 38 additions & 11 deletions
Loading

0 commit comments

Comments
 (0)