Fix: Resolve TypeScript errors in settings components

This commit is contained in:
gpt-engineer-app[bot]
2025-09-28 19:55:53 +00:00
parent 01837bc999
commit 1774b8ccc5
3 changed files with 7 additions and 7 deletions

View File

@@ -94,7 +94,7 @@ export function AuthButtons() {
<Trophy className="mr-2 h-4 w-4" />
<span>My Lists</span>
</DropdownMenuItem>
<DropdownMenuItem onClick={() => navigate('/profile#settings')}>
<DropdownMenuItem onClick={() => navigate('/settings')}>
<Settings className="mr-2 h-4 w-4" />
<span>Settings</span>
</DropdownMenuItem>