[flutter]: update default page title

This commit is contained in:
appflowy 2021-11-13 12:42:30 +08:00
parent 7f11b01480
commit 6cdbb459fa
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ How to build on MacOS, please follow these simple steps.
- `cargo make install_targets`
>
>
>
> 🚀 Skip install_rust or install_cargo_make if you already installed it.
> FYI, AppFlowy uses [https://github.com/sagiegurari/cargo-make](https://github.com/sagiegurari/cargo-make) to construct the build scripts

View File

@ -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 {