Explorar o código

[flutter]: update default page title

appflowy %!s(int64=3) %!d(string=hai) anos
pai
achega
6cdbb459fa
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      README.md
  2. 1 1
      rust-lib/flowy-workspace-infra/src/user_default.rs

+ 1 - 1
README.md

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

+ 1 - 1
rust-lib/flowy-workspace-infra/src/user_default.rs

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