feat: revamp tool list page (#22879)

This commit is contained in:
Nite Knite
2025-07-24 11:51:39 +08:00
committed by GitHub
parent 9ed729595f
commit 716f90f30c
3 changed files with 116 additions and 89 deletions
@@ -56,7 +56,7 @@ const List = ({
return (
<CardWrapper
key={plugin.name}
key={`${plugin.org}/${plugin.name}`}
plugin={plugin}
showInstallButton={showInstallButton}
locale={locale}