Skip to content

Commit b8a5dbb

Browse files
committed
fix(web): update app title and manifest
- Change app title from "Headlines Toolkit" to "Flutter News App Dashboard" - Update manifest.json to reflect new app name
1 parent 54e0c42 commit b8a5dbb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<!-- Favicon -->
2828
<link rel="icon" type="image/png" href="favicon.png">
2929

30-
<title>Headlines Toolkit</title>
30+
<title>Flutter News App Dashboard</title>
3131
<link rel="manifest" href="manifest.json">
3232
<style id="splash-screen-style">
3333
html {

web/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "Headlines Toolkit",
3-
"short_name": "Headlines Toolkit",
2+
"name": "Flutter News App Dashboard",
3+
"short_name": "Flutter News App Dashboard",
44
"start_url": ".",
55
"display": "standalone",
66
"background_color": "#FFFFFF",

0 commit comments

Comments
 (0)