diff --git a/web/public/assets/empty.png b/web/public/assets/empty.png deleted file mode 100644 index 79b82596..00000000 Binary files a/web/public/assets/empty.png and /dev/null differ diff --git a/web/src/components/Empty.tsx b/web/src/components/Empty.tsx index 9a299f73..7170433f 100644 --- a/web/src/components/Empty.tsx +++ b/web/src/components/Empty.tsx @@ -1,7 +1,9 @@ +import Icon from "./Icon"; + const Empty = () => { return (
- +
); }; diff --git a/web/src/locales/en.json b/web/src/locales/en.json index 4960ae3e..a0d05eda 100644 --- a/web/src/locales/en.json +++ b/web/src/locales/en.json @@ -328,7 +328,7 @@ "other-projects": "Other Projects" }, "message": { - "no-data": "Maybe no data was found, or maybe it should be another option.", + "no-data": "No data found.", "memos-ready": "all memos are ready", "resource-ready": "all resource are ready", "restored-successfully": "Restored successfully", diff --git a/web/src/pages/Archived.tsx b/web/src/pages/Archived.tsx index 6c5548c5..5b0e45f7 100644 --- a/web/src/pages/Archived.tsx +++ b/web/src/pages/Archived.tsx @@ -36,7 +36,7 @@ const Archived = () => { }, [memos, textQuery]); return ( -
+
diff --git a/web/src/pages/SignIn.tsx b/web/src/pages/SignIn.tsx index a4525de5..54e493be 100644 --- a/web/src/pages/SignIn.tsx +++ b/web/src/pages/SignIn.tsx @@ -105,7 +105,7 @@ const SignIn = () => {
-

{systemStatus.customizedProfile.name}

+

{systemStatus.customizedProfile.name}

{!disablePasswordLogin && ( <> diff --git a/web/src/pages/SignUp.tsx b/web/src/pages/SignUp.tsx index 76a2f17d..e638aaee 100644 --- a/web/src/pages/SignUp.tsx +++ b/web/src/pages/SignUp.tsx @@ -72,7 +72,7 @@ const SignUp = () => {
-

{systemStatus.customizedProfile.name}

+

{systemStatus.customizedProfile.name}

{t("auth.create-your-account")}