diff --git a/components/keywords/Keyword.tsx b/components/keywords/Keyword.tsx index e205a67..9222c41 100644 --- a/components/keywords/Keyword.tsx +++ b/components/keywords/Keyword.tsx @@ -50,7 +50,7 @@ const Keyword = (props: KeywordProps) => { const renderPosition = () => { if (position === 0) { - return {'-'}; + return {'>100'}; } if (updating) { return ;