chore: implemented feedback + a small refactoring

This commit is contained in:
Catalin Pit
2023-12-11 14:33:30 +02:00
parent 66c0db91da
commit 8ecd8a7d10
6 changed files with 42 additions and 39 deletions

View File

@ -3,7 +3,7 @@ import { ApiTokenForm } from '~/components/forms/token';
export default function ApiToken() {
return (
<div>
<h3 className="text-lg font-medium">API Token</h3>
<h3 className="text-lg font-medium">API Tokens</h3>
<p className="text-muted-foreground mt-2 text-sm">
On this page, you can create new API tokens and manage the existing ones.