Skip to content

Commit

Permalink
Fix icon [ci skip]
Browse files Browse the repository at this point in the history
ines committed Jan 30, 2021
1 parent 8d293a4 commit 44dc987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/gatsby-config.js
Original file line number Diff line number Diff line change
@@ -129,7 +129,7 @@ module.exports = {
background_color: site.theme,
theme_color: site.theme,
display: `minimal-ui`,
icon: legacy ? `src/images/icon.png` : `src/images/icon_legacy.png`,
icon: legacy ? `src/images/icon_legacy.png` : `src/images/icon.png`,
},
},
{

0 comments on commit 44dc987

Please sign in to comment.