Skip to content

Commit

Permalink
chore: update tip text for empty tag list (#872)
Browse files Browse the repository at this point in the history
  • Loading branch information
boojack committed Dec 29, 2022
1 parent b6f7a85 commit 9169b3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/components/MemoEditor.tsx
Expand Up @@ -496,8 +496,8 @@ const MemoEditor = () => {
);
})
) : (
<p className="tip-text" onClick={(e) => e.stopPropagation()}>
{t("common.null")}
<p className="tip-text italic" onClick={(e) => e.stopPropagation()}>
No tags found
</p>
)}
</div>
Expand Down

0 comments on commit 9169b3f

Please sign in to comment.