We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43dc3f1 commit be664efCopy full SHA for be664ef
1 file changed
app/components/Header.tsx
@@ -230,13 +230,6 @@ export function Header() {
230
<Crown className="mr-3 h-4 w-4 text-purple-500" />
231
<span>{t('navigation.membership')}</span>
232
</DropdownMenuItem>
233
- <DropdownMenuItem
234
- className="text-tech-700 cursor-pointer dark:text-tech-300 p-3 rounded-lg hover:bg-purple-50 transition-colors"
235
- onClick={() => handleNavigation('/myCollection')}
236
- >
237
- <Heart className="mr-3 h-4 w-4 text-purple-500" />
238
- <span>{t('membership.myCollection')}</span>
239
- </DropdownMenuItem>
240
<DropdownMenuSeparator />
241
<DropdownMenuItem
242
className="text-error-600 focus:text-error-600 cursor-pointer p-3 rounded-lg hover:bg-error-50 transition-colors"
0 commit comments