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} :
}