chore: implemented feedback plus some restructuring

This commit is contained in:
Catalin Pit
2024-01-17 12:44:25 +02:00
parent a1215df91a
commit 3b82ba57f3
6 changed files with 15 additions and 6 deletions

View File

@ -3,6 +3,7 @@
import Link from 'next/link';
import {
Braces,
CreditCard,
Lock,
LogOut,
@ -97,6 +98,13 @@ export const ProfileDropdown = ({ user }: ProfileDropdownProps) => {
</Link>
</DropdownMenuItem>
<DropdownMenuItem asChild>
<Link href="/settings/tokens" className="cursor-pointer">
<Braces className="mr-2 h-4 w-4" />
API Tokens
</Link>
</DropdownMenuItem>
{isBillingEnabled && (
<DropdownMenuItem asChild>
<Link href="/settings/billing" className="cursor-pointer">