Polish explorer frontend validation and utility pages

This commit is contained in:
defiQUG
2026-03-28 13:26:42 -07:00
parent 59eee21a3f
commit 1e3a3f00ef
7 changed files with 201 additions and 5 deletions

View File

@@ -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>