From e33b11021b13ae5f9d510e201d27d008bf150552 Mon Sep 17 00:00:00 2001 From: xhyrom Date: Wed, 22 Dec 2021 19:25:44 +0100 Subject: [PATCH] final fix plz? --- src/web/.eslintrc.json | 5 ++++- src/web/pages/index.tsx | 9 +++++---- 2 files changed, 9 insertions(+), 5 deletions(-) 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() {
- - - -