Skip to content

Commit 5ca6c89

Browse files
committed
[flutter]: update default page title
1 parent 199e6ad commit 5ca6c89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ How to build on MacOS, please follow these simple steps.
5252
- `cargo make install_targets`
5353

5454
>
55-
>
55+
>
5656
> 🚀 Skip install_rust or install_cargo_make if you already installed it.
5757
> FYI, AppFlowy uses [https://github.com/sagiegurari/cargo-make](https://github.com/sagiegurari/cargo-make) to construct the build scripts
5858

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pub fn create_default_workspace(time: chrono::DateTime<Utc>) -> Workspace {
2828

2929
fn create_default_app(workspace_id: String, time: chrono::DateTime<Utc>) -> App {
3030
let app_id = uuid::Uuid::new_v4();
31-
let name = "Getting Started".to_string();
31+
let name = "⭐️ Getting started".to_string();
3232
let desc = "".to_string();
3333

3434
let views = RepeatedView {

0 commit comments

Comments
 (0)