mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
[flutter]: update default page title
This commit is contained in:
parent
7f11b01480
commit
6cdbb459fa
@ -28,7 +28,7 @@ pub fn create_default_workspace(time: chrono::DateTime<Utc>) -> Workspace {
|
||||
|
||||
fn create_default_app(workspace_id: String, time: chrono::DateTime<Utc>) -> App {
|
||||
let app_id = uuid::Uuid::new_v4();
|
||||
let name = "Getting Started".to_string();
|
||||
let name = "⭐️ Getting started".to_string();
|
||||
let desc = "".to_string();
|
||||
|
||||
let views = RepeatedView {
|
||||
|
Loading…
x
Reference in New Issue
Block a user