1
0
Fork 0
mirror of synced 2024-07-04 22:11:23 +12:00

point banner to pricing website

This commit is contained in:
Martin McKeaveney 2023-11-28 09:06:25 +00:00
parent b357b6d2e8
commit 3a0d409e9b

View file

@ -205,11 +205,11 @@
messages: [
{
message:
"We've updated our pricing - read the blog post to learn more.",
"We've updated our pricing - read the blog post to learn more.",
type: BANNER_TYPES.NEUTRAL,
extraButtonText: "Learn More",
extraButtonAction: () =>
window.open("https://budibase.com/blog/updates/pricing-v3"),
window.open("https://budibase.com/pricing"),
},
],
})