Merge branch 'dev' into feat/mermaid
This commit is contained in:
commit
9f8bb7bfbb
|
|
@ -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 頻道",
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue