From d052d676ccbbb4f1803c9ba74e65572fc1df612b Mon Sep 17 00:00:00 2001 From: rsandb Date: Sat, 14 Jan 2023 01:19:09 -0600 Subject: [PATCH] add report button --- website/src/pages/404.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/src/pages/404.tsx b/website/src/pages/404.tsx index 3affbd8a..c3d01510 100644 --- a/website/src/pages/404.tsx +++ b/website/src/pages/404.tsx @@ -30,6 +30,8 @@ function Error() { href="https://github.com/LAION-AI/Open-Assistant/issues/new/choose" aria-label="Report a Bug" className="flex items-center" + _hover={{ textDecoration: "none" }} + isExternal > Report a Bug