Skip to content

Commit

Permalink
chore: set feature text and url
Browse files Browse the repository at this point in the history
  • Loading branch information
rwd committed Jul 1, 2024
1 parent f159a94 commit eafd44a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/portal/src/features/notifications.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const features = [
{ name: 'immersiveStories', url: '/stories' }
{ name: 'immersiveStories', url: '/stories/claude-cahun' }
];

export const featureNotificationExpiration = (value) => {
Expand Down
2 changes: 1 addition & 1 deletion packages/portal/src/i18n/lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@ export default {
"dismiss": "Dismiss",
"readMore": "Show me",
"text": {
"immersiveStories": "Check out the new immersive story!"
"immersiveStories": "Our stories have a new look — read one to see."
}
},
"newWindow": "opens in new window",
Expand Down

0 comments on commit eafd44a

Please sign in to comment.