Polish explorer frontend validation and utility pages
This commit is contained in:
@@ -63,7 +63,7 @@ function DropdownItem({
|
||||
if (external) {
|
||||
return (
|
||||
<li role="none">
|
||||
<a href={href} className={className} role="menuitem">
|
||||
<a href={href} className={className} role="menuitem" target="_blank" rel="noopener noreferrer">
|
||||
{icon}
|
||||
<span>{children}</span>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user