Skip to content

Commit 0792668

Browse files
committed
change title and remove nimbus
1 parent 2a08969 commit 0792668

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ChatGPT-like Flutter App
22

3-
Nimbus is a ChatGPT-like interface built on Flutter to target multiple platforms. [Live Demo](https://flutter-chatgpt.pages.dev).
3+
ChatGPT-like interface built on Flutter to target multiple platforms. [Live Demo](https://flutter-chatgpt.pages.dev).
44

55
![](./demo.gif)
66

lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ class _Login extends StatelessWidget {
130130
height: 30,
131131
),
132132
const Text(
133-
'nimbus',
133+
'ChatGPT-like Flutter App',
134134
style: TextStyle(fontSize: 22, fontWeight: FontWeight.bold),
135135
)
136136
],

0 commit comments

Comments
 (0)