mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: what is new button broken link (#3785)
This commit is contained in:
parent
e66087861b
commit
f40ae9ff25
@ -86,7 +86,7 @@ class _BubbleActionListState extends State<BubbleActionList> {
|
||||
if (action is BubbleActionWrapper) {
|
||||
switch (action.inner) {
|
||||
case BubbleAction.whatsNews:
|
||||
_launchURL("https://www.appflowy.io/whatsnew");
|
||||
_launchURL("https://www.appflowy.io/what-is-new");
|
||||
break;
|
||||
case BubbleAction.help:
|
||||
_launchURL("https://discord.gg/9Q2xaN37tV");
|
||||
|
Loading…
x
Reference in New Issue
Block a user