Skip to content

Commit 863b8c2

Browse files
authored
Merge pull request bchiang7#223 from hichemfantar/patch-2
Improve the display of the app name
2 parents 549e7fe + ddc98ae commit 863b8c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gatsby-config.js

+2-2
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)