Skip to content

Commit

Permalink
[flutter]: update default page title
Browse files Browse the repository at this point in the history
  • Loading branch information
appflowy committed Nov 13, 2021
1 parent 199e6ad commit 5ca6c89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,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
Expand Down
2 changes: 1 addition & 1 deletion rust-lib/flowy-workspace-infra/src/user_default.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 5ca6c89

Please sign in to comment.