chore: update signin page (#410)

* chore: update signin page

* chore: update version `v0.7.1`
This commit is contained in:
boojack
2022-11-04 20:28:16 +08:00
committed by GitHub
parent 8e2844e0c5
commit 0d6281ef6b
9 changed files with 22 additions and 21 deletions

View File

@ -66,7 +66,7 @@ const SettingDialog: React.FC<Props> = (props: Props) => {
onClick={() => handleSectionSelectorItemClick("system")}
className={`section-item ${state.selectedSection === "system" ? "selected" : ""}`}
>
<span className="icon-text">🧑🔧</span> System Setting
<span className="icon-text">🧑🔧</span> System
</span>
</div>
</>