mirror of
https://gh.catmak.name/https://github.com/mihomo-party-org/mihomo-party
synced 2025-12-27 05:00:30 +08:00
fix typo
This commit is contained in:
parent
a99fd85a4d
commit
434d3c2a26
@ -7,7 +7,7 @@
|
||||
src: url('./NotoColorEmoji.ttf');
|
||||
}
|
||||
|
||||
.flag-empji {
|
||||
.flag-emoji {
|
||||
font-family:
|
||||
system-ui,
|
||||
-apple-system,
|
||||
|
||||
@ -64,7 +64,7 @@ const ProxyItem: React.FC<Props> = (props) => {
|
||||
<CardBody className="p-2">
|
||||
<div className="flex select-none justify-between items-center">
|
||||
<div>
|
||||
<div className="flag-empji inline text-ellipsis whitespace-nowrap overflow-hidden">
|
||||
<div className="flag-emoji inline text-ellipsis whitespace-nowrap overflow-hidden">
|
||||
{proxy.name}
|
||||
</div>
|
||||
{proxyDisplayMode === 'full' && (
|
||||
|
||||
@ -167,7 +167,7 @@ const Proxies: React.FC = () => {
|
||||
<div className="inline ml-2 text-sm text-default-500">
|
||||
{groups[index].type}
|
||||
</div>
|
||||
<div className="flag-empji inline ml-2 text-sm text-default-500">
|
||||
<div className="flag-emoji inline ml-2 text-sm text-default-500">
|
||||
{groups[index].now}
|
||||
</div>
|
||||
</>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user