diff --git a/src/web/.eslintrc.json b/src/web/.eslintrc.json index bffb357..cf834b0 100644 --- a/src/web/.eslintrc.json +++ b/src/web/.eslintrc.json @@ -1,3 +1,6 @@ { - "extends": "next/core-web-vitals" + "extends": "next/core-web-vitals", + "rules": { + "@next/next/no-sync-scripts": "off" + } } diff --git a/src/web/pages/index.tsx b/src/web/pages/index.tsx index 4fb17a3..f8c4c59 100644 --- a/src/web/pages/index.tsx +++ b/src/web/pages/index.tsx @@ -8,6 +8,11 @@ export default function Home() { Roles Bot + + + + +
@@ -22,10 +27,6 @@ export default function Home() {
- - - -