chore: update tip text for empty tag list (#872)

This commit is contained in:
boojack 2022-12-29 09:14:24 +08:00 committed by GitHub
parent b6f7a85a2a
commit 9169b3f2cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>