Skip to content

Commit 849cfee

Browse files
committed
Merge branch 'main' of github.com:Steve-xmh/HiPerBridge
2 parents d2e1a0f + 1e90028 commit 849cfee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pub const REQUEST_RESTART: Selector = Selector::new("request-restart");
3434
fn main_page() -> Box<dyn Widget<AppState>> {
3535
Flex::column()
3636
// .with_child(label::new("HiPer Bridge").with_font(typography::SUBHEADER))
37-
.with_child(label::new("迅若惊雷 x 安如磐石 x 轻若鸿羽"))
37+
.with_child(label::new("轻快若风 x 安如磐石 - 最佳跨区域组网方案"))
3838
.with_spacer(10.)
3939
.with_flex_child(
4040
label::dynamic(|data: &AppState, _| data.warning.to_owned())

0 commit comments

Comments
 (0)