review / cleanup

This commit is contained in:
2023-02-09 12:26:54 +00:00
parent a03b385e55
commit dbae89837f
129 changed files with 678 additions and 2303 deletions

View File

@ -48,7 +48,7 @@ export default function VerificationPage() {
</li>
</ul>
{services.map((a) => (
{services.map(a => (
<Nip5Service key={a.name} {...a} />
))}
</div>