diff --git a/frontend/src/components/pages/APIKeys.tsx b/frontend/src/components/pages/APIKeys.tsx index b5b969fe..7def65b4 100644 --- a/frontend/src/components/pages/APIKeys.tsx +++ b/frontend/src/components/pages/APIKeys.tsx @@ -78,7 +78,7 @@ const SingleKey = ({ token, permissions, onDelete }: SingleKeyProps) => { @@ -150,7 +150,7 @@ const APIKeys = () => { return ( -
+

API Keys

{apiKeys === null ? ( @@ -191,7 +191,7 @@ const APIKeys = () => {