summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-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 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) => {