diff --git a/decnet_web/src/components/CanaryTokens.tsx b/decnet_web/src/components/CanaryTokens.tsx index 33492023..23c40e4b 100644 --- a/decnet_web/src/components/CanaryTokens.tsx +++ b/decnet_web/src/components/CanaryTokens.tsx @@ -1,6 +1,6 @@ import React, { useEffect, useMemo, useRef, useState } from 'react'; import { - Target, Plus, Upload, X, AlertTriangle, Search, + Plus, Upload, X, AlertTriangle, Search, } from '../icons'; import api from '../utils/api'; import { useEscapeKey } from '../hooks/useEscapeKey'; @@ -448,22 +448,20 @@ const CanaryTokens: React.FC = () => { }; return ( -
-
-
-
AUTOMATION
-
- CANARY TOKENS -
+
+
+
+

CANARY TOKENS

+ + {tokens.length} TOKEN{tokens.length === 1 ? '' : 'S'} · {counts.planted} PLANTED · {counts.hits} TOTAL HIT{counts.hits === 1 ? '' : 'S'} · {blobs.length} UPLOADED BLOB{blobs.length === 1 ? '' : 'S'} +
-
- -