summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatain <[email protected]>2022-12-01 20:32:22 +0800
committerMatain <[email protected]>2022-12-01 20:32:22 +0800
commit094dec8901a64295613de8157c0199cd4c3d8f54 (patch)
tree5d80a2a3fb07527cf45c8b255d90322e5c584741 /src
parentfe89a49798a83c9fcefd1b59b3f7b82c94d06069 (diff)
Update Proxy.tsx
Diffstat (limited to 'src')
-rw-r--r--src/components/proxies/Proxy.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/proxies/Proxy.tsx b/src/components/proxies/Proxy.tsx
index 470f996..7265a66 100644
--- a/src/components/proxies/Proxy.tsx
+++ b/src/components/proxies/Proxy.tsx
@@ -159,7 +159,7 @@ function ProxyImpl({
}
function formatTfo (t: boolean) {
if (!t) return '';
- return <img className={s0.tfoType} src="../../public/tfo.svg" alt="" />;
+ return <img className={s0.tfoType} src="../public/tfo.svg" alt="tfo" />;
}
const handleKeyDown = React.useCallback(
(e: React.KeyboardEvent) => {