Skip to content

Commit 06e2c19

Browse files
committed
Update old UI banner for Beta testing period
1 parent 5b5f564 commit 06e2c19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
package app.cash.backfila.ui.components
22

33
import kotlinx.html.TagConsumer
4+
import misk.tailwind.components.AlertInfo
45

56
fun TagConsumer<*>.UseOldUIAlert() {
6-
AlertError("The new Backfila UI is not ready yet. It has bugs and missing functionality. Please use the old UI for now.", "Go to Old UI", "/app/")
7+
AlertInfo("The new Backfila UI is in Beta. Please report any bugs or missing functionality to #backfila-discuss. The old UI will remain available during the testing period.", "Go to Old UI", "/app/")
78
}

0 commit comments

Comments
 (0)