chore: upgrade version to v0.14.0 (#1970)

* chore: upgrade version

* chore: update

* chore: update
This commit is contained in:
boojack
2023-07-16 13:48:10 +08:00
committed by GitHub
parent 220cba84ae
commit 589b104671
6 changed files with 27 additions and 24 deletions

View File

@ -164,7 +164,7 @@ const MemoList = () => {
<p className="status-text">
{isComplete ? (
sortedMemos.length === 0 && (
<div className="w-full mt-4 mb-8 flex flex-col justify-center items-center italic">
<div className="w-full mt-12 mb-8 flex flex-col justify-center items-center italic">
<Empty />
<p className="mt-4 text-gray-600 dark:text-gray-400">{t("message.no-data")}</p>
</div>