Skip to content

Commit

Permalink
what's new modal changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperpeulen committed Mar 6, 2024
1 parent 1fac5e1 commit f1bdb70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/lib/manager-api/src/modules/whatsnew.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ export const init: ModuleFn = ({ fullAPI, store, provider }) => {
id: WHATS_NEW_NOTIFICATION_ID,
link: '/settings/whats-new',
content: {
headline: whatsNewData.excerpt,
subHeadline: "Click to learn what's new in Storybook",
headline: whatsNewData.title,
subHeadline: "Learn what's new in Storybook",
},
icon: { name: 'hearthollow' },
icon: { name: 'storybook' },
onClear({ dismissed }: any) {
if (dismissed) {
setWhatsNewCache({ lastDismissedPost: whatsNewData.url });
Expand Down

0 comments on commit f1bdb70

Please sign in to comment.