Skip to content

Commit cf4e84c

Browse files
committed
feat: Update app title to HushNet and modify home page title accordingly
1 parent 3a65cac commit cf4e84c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/main.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ class HushNetApp extends StatelessWidget {
1616
@override
1717
Widget build(BuildContext context) {
1818
return MaterialApp(
19-
title: 'Flutter Demo',
19+
title: 'HushNet',
2020
theme: hushNetTheme,
21-
home: const MyHomePage(title: 'Flutter Demo Home Page'),
21+
home: const MyHomePage(title: 'HushNet Home Page'),
2222
);
2323
}
2424
}

web/favicon.png

1.15 MB
Loading

0 commit comments

Comments
 (0)