Merge pull request #306 from Innei/fix/disclosure-icon

This commit is contained in:
DIYgod 2023-04-10 03:53:19 +01:00 committed by GitHub
commit 8454c1e993
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ export const BlockchainInfo: React.FC<{
</span>
<span
className={cn(
"i-mingcute:down-line text-lg text-gray-500 transform transition-transform",
"i-mingcute:up-line text-lg text-gray-500 transform transition-transform",
open ? "" : "rotate-180",
)}
></span>