aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-02-15 01:42:20 +0800
committercrupest <crupest@outlook.com>2021-02-15 01:42:20 +0800
commiteb0acbb3b51f45c633ff40c58e3ade6770ae07b9 (patch)
tree37abbb9f1129b8e0a395ffe07d44c1e824726809
parent50767ee02a8f3ec1857e198bf43d487ba31b9dea (diff)
downloadtimeline-eb0acbb3b51f45c633ff40c58e3ade6770ae07b9.tar.gz
timeline-eb0acbb3b51f45c633ff40c58e3ade6770ae07b9.tar.bz2
timeline-eb0acbb3b51f45c633ff40c58e3ade6770ae07b9.zip
fix: Fix a small ui bug in settings page.
-rw-r--r--FrontEnd/src/app/views/settings/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/app/views/settings/index.tsx b/FrontEnd/src/app/views/settings/index.tsx
index 6710ea25..bc3b55a4 100644
--- a/FrontEnd/src/app/views/settings/index.tsx
+++ b/FrontEnd/src/app/views/settings/index.tsx
@@ -61,7 +61,7 @@ const SettingsPage: React.FC = (_) => {
{t("settings.changeAvatar")}
</div>
<div
- className="settings-item clickable first"
+ className="settings-item clickable"
onClick={() => setDialog("changenickname")}
>
{t("settings.changeNickname")}