Remove the Beta flag on the web port.

This commit is contained in:
Tom Rothamel
2024-08-29 00:11:09 -04:00
parent 495d980277
commit a78af4ad86
+1 -1
View File
@@ -216,7 +216,7 @@ screen front_page_project:
textbutton _("Android") action Jump("android")
textbutton _("iOS") action Jump("ios")
textbutton _("Web") + " " + _("(Beta)") action Jump("web")
textbutton _("Web") action Jump("web")
textbutton _("Generate Translations") action Jump("translate")
textbutton _("Extract Dialogue") action Jump("extract_dialogue")