docs(website): texts, docs, examples, favicon, cleanup

This commit is contained in:
moklick
2020-10-05 17:03:00 +02:00
parent 277e032770
commit aafae0ea70
41 changed files with 390 additions and 653 deletions
+2 -2
View File
@@ -31,12 +31,12 @@ module.exports = {
{
resolve: `gatsby-plugin-manifest`,
options: {
icon: `src/assets/icons/favicon.svg`,
icon: `src/assets/images/react-flow-logo.svg`,
name: `React Flow`,
short_name: `react-flow`,
start_url: `/`,
background_color: `#f7f0eb`,
theme_color: `#a2466c`,
theme_color: `#1A192B`,
display: `standalone`,
lang: 'en',
},