mirror of
https://github.com/towfiqi/serpbear
synced 2025-06-26 18:15:54 +00:00
feat: keyword not in first 100 now shows >100
This commit is contained in:
@@ -50,7 +50,7 @@ const Keyword = (props: KeywordProps) => {
|
||||
|
||||
const renderPosition = () => {
|
||||
if (position === 0) {
|
||||
return <span title='Not in Top 100'>{'-'}</span>;
|
||||
return <span className='text-gray-400' title='Not in Top 100'>{'>100'}</span>;
|
||||
}
|
||||
if (updating) {
|
||||
return <span title='Updating Keyword Position'><Icon type="loading" /></span>;
|
||||
|
||||
Reference in New Issue
Block a user