mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/mihomo-party-org/clash-party.git
synced 2026-09-20 08:03:39 +08:00
fix: show flags in connection table
This commit is contained in:
@@ -441,7 +441,7 @@ const ConnectionTable: React.FC<Props> = ({
|
||||
return (
|
||||
<td
|
||||
key={col.key}
|
||||
className="px-3 text-sm text-foreground truncate"
|
||||
className="px-3 text-sm text-foreground truncate flag-emoji"
|
||||
style={{ maxWidth: col.width }}
|
||||
title={
|
||||
typeof col.getValue(connection) === 'string'
|
||||
|
||||
Reference in New Issue
Block a user