Skip to content

Commit ff40494

Browse files
authored
fix: Add a missing comma in site.manifest (#2005)
1 parent 6ec13e4 commit ff40494

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/public/site.manifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
],
2121
"start_url": "/?utm_source=homescreen",
2222
"display": "standalone",
23-
"background_color": "#fafafa"
24-
"theme_color": "#fafafa",
23+
"background_color": "#fafafa",
24+
"theme_color": "#fafafa"
2525
}

0 commit comments

Comments
 (0)