diff --git a/.husky/pre-commit b/.husky/pre-commit deleted file mode 100755 index 36af21989..000000000 --- a/.husky/pre-commit +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - -npx lint-staged diff --git a/.prettierrc.json b/.prettierrc.json index 1193784df..9e3397ed1 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,6 +1,6 @@ { "arrowParens": "avoid", - "endOfLine": "lf", + "endOfLine": "auto", "printWidth": 100, "singleQuote": true, "trailingComma": "all" diff --git a/assets/icon.svg b/assets/icon.svg new file mode 100644 index 000000000..6cae4cbbd --- /dev/null +++ b/assets/icon.svg @@ -0,0 +1,11 @@ + + + diff --git a/components/icons.ts b/components/icons.ts index efd6914bb..b42f90c64 100644 --- a/components/icons.ts +++ b/components/icons.ts @@ -8,7 +8,7 @@ import Eye from 'assets/eye.svg'; import Gear from 'assets/gear.svg'; import Globe from 'assets/globe.svg'; import Lock from 'assets/lock.svg'; -import Logo from 'assets/logo.svg'; +import Logo from 'assets/icon.svg'; import Moon from 'assets/moon.svg'; import Nodes from 'assets/nodes.svg'; import Overview from 'assets/overview.svg'; diff --git a/components/layout/AppLayout.js b/components/layout/AppLayout.js index 45ba7e23f..a005cd269 100644 --- a/components/layout/AppLayout.js +++ b/components/layout/AppLayout.js @@ -23,7 +23,7 @@ export function AppLayout({ title, children }) {