Merge branch 'dev' into feat/mermaid

This commit is contained in:
2023-04-10 23:12:45 +08:00 committed by GitHub
commit 9f8bb7bfbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -167,8 +167,9 @@
"DNS check passed.": "DNS 檢查通過。",
"DNS check failed.": "DNS 檢查失敗。",
"Recheck": "重新檢查",
"Latest": "最新動態",
"Following": "追蹤中",
"Hottest": "熱門",
"Latest": "最新",
"Following": "追蹤",
"Create a Post": "新增文章",
"Change Site Icon or domain": "變更網站圖示或域名",
"Join xLog's Discord channel": "加入 xLog 的 Discord 頻道",

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>