From 9f70746b5b150c6e1678f1ca81a255e0f7b13d6e Mon Sep 17 00:00:00 2001 From: Sophie L Date: Tue, 3 May 2022 20:14:20 +0000 Subject: [PATCH] feat: more links + styling tweaks --- web/src/pages/DashboardHome.tsx | 6 +++--- web/src/pages/Home.tsx | 9 ++++++++- web/src/pages/Login.tsx | 4 ++-- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/web/src/pages/DashboardHome.tsx b/web/src/pages/DashboardHome.tsx index 3f3d952..692a3e2 100644 --- a/web/src/pages/DashboardHome.tsx +++ b/web/src/pages/DashboardHome.tsx @@ -37,10 +37,10 @@ const Dashboard: FunctionComponent = () => { useEffect(() => { loadServers() }, []); return ( -
-

dashbord

+
+

Dashboard


- + { servers.map(server =>
{ This is a work-in-progress Web UI for the Automod Revolt bot.
- Open Dashboard + Open the dashboard or add the bot to your server. +
+
+ You can also view usage stats and metrics for the bot + here + , or check out + its GitHub repository. +
); diff --git a/web/src/pages/Login.tsx b/web/src/pages/Login.tsx index 2828d2d..eaad58f 100644 --- a/web/src/pages/Login.tsx +++ b/web/src/pages/Login.tsx @@ -48,8 +48,8 @@ const Login: FunctionComponent = () => { }, [ nonce, code, username ]); return ( -
-

log in

+
+

Log in

{statusMsg.length ? {statusMsg} :
}