diff --git a/README.md b/README.md
index f5810682..6f7c749d 100644
--- a/README.md
+++ b/README.md
@@ -40,6 +40,10 @@ Making sure that you are in charge of your data and more customizations.
The default user account is `guest` with password `secret`.
+## 🌟 Star history
+
+[![Star History Chart](https://api.star-history.com/svg?repos=justmemos/memos&type=Date)](https://star-history.com/#justmemos/memos&Date)
+
---
Just enjoy it.
diff --git a/web/src/components/AboutSiteDialog.tsx b/web/src/components/AboutSiteDialog.tsx
index b28918b4..b2429634 100644
--- a/web/src/components/AboutSiteDialog.tsx
+++ b/web/src/components/AboutSiteDialog.tsx
@@ -1,7 +1,6 @@
import { useEffect, useState } from "react";
import utils from "../helpers/utils";
import { showDialog } from "./Dialog";
-import showStarHistoryDialog from "./StarHistoryDialog";
import "../less/about-site-dialog.less";
interface Props extends DialogProps {}
@@ -45,9 +44,6 @@ const AboutSiteDialog: React.FC
Last updated on {lastUpdatedAt} 🎉
diff --git a/web/src/components/StarHistoryDialog.tsx b/web/src/components/StarHistoryDialog.tsx deleted file mode 100644 index f4abd908..00000000 --- a/web/src/components/StarHistoryDialog.tsx +++ /dev/null @@ -1,40 +0,0 @@ -import { showDialog } from "./Dialog"; -import "../less/star-history-dialog.less"; - -interface Props extends DialogProps {} - -const StarHistoryDialog: React.FC- ⭐️ - Star History -
- -