Skip to content

Commit ddc98ae

Browse files
authored
Improve the display of the app name
Close #222
1 parent d5b6814 commit ddc98ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gatsby-config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ module.exports = {
2020
{
2121
resolve: `gatsby-plugin-manifest`,
2222
options: {
23-
name: 'BrittanyChiang',
24-
short_name: 'BrittanyChiang',
23+
name: 'Brittany Chiang',
24+
short_name: 'Brittany Chiang',
2525
start_url: '/',
2626
background_color: config.colors.darkNavy,
2727
theme_color: config.colors.navy,

0 commit comments

Comments
 (0)