diff options
| author | Matain <[email protected]> | 2022-12-02 11:00:26 +0800 |
|---|---|---|
| committer | Matain <[email protected]> | 2022-12-02 11:00:26 +0800 |
| commit | 125b937ff23cc69b23bb4a2cc5827bb8fa4236d2 (patch) | |
| tree | 16f8f6af730410cd7360428da7ab10b391898d02 /src | |
| parent | 094dec8901a64295613de8157c0199cd4c3d8f54 (diff) | |
tfo fix
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/proxies/Proxy.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/proxies/Proxy.tsx b/src/components/proxies/Proxy.tsx index 7265a66..6402f29 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="tfo" />; + return <img className={s0.tfoType} src="../assets/tfo.svg" alt="tfo" />; } const handleKeyDown = React.useCallback( (e: React.KeyboardEvent) => { |
