diff --git a/.gitignore b/.gitignore index bba80a36..6d573b1d 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,5 @@ cypress/screenshots cypress/support .DS_Store +# Local Netlify folder .netlify diff --git a/assets/logos/gatsby/dark.svg b/assets/logos/gatsby/dark.svg new file mode 100644 index 00000000..09c3e3e3 --- /dev/null +++ b/assets/logos/gatsby/dark.svg @@ -0,0 +1,13 @@ + + + diff --git a/assets/logos/gatsby/default.svg b/assets/logos/gatsby/default.svg new file mode 100644 index 00000000..d9359764 --- /dev/null +++ b/assets/logos/gatsby/default.svg @@ -0,0 +1,17 @@ + + + diff --git a/assets/logos/gatsby/light.svg b/assets/logos/gatsby/light.svg new file mode 100644 index 00000000..5c8624ed --- /dev/null +++ b/assets/logos/gatsby/light.svg @@ -0,0 +1,13 @@ + + + diff --git a/index.html b/index.html index 37983081..677ac9d1 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,5 @@