We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9917e26 + f0ef19b commit ed158d1Copy full SHA for ed158d1
1 file changed
packages/ui/components/Static/navigation.tsx
@@ -418,7 +418,6 @@ export function Navigation() {
418
<DropdownMenuItem key={resource.title} asChild className="p-0 focus:bg-transparent">
419
<a
420
href={resource.href}
421
- target="_blank"
422
rel="noopener noreferrer"
423
className="flex items-start gap-3 rounded-lg p-3 hover:bg-accent/50 transition-colors group cursor-pointer w-full"
424
>
@@ -638,7 +637,6 @@ export function Navigation() {
638
637
639
key={resource.title}
640
641
642
643
className="flex items-center gap-3 p-3 rounded-xl hover:bg-accent/50 transition-colors group"
644
onClick={() => setIsMobileMenuOpen(false)}
0 commit comments