mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: update signin page (#410)
* chore: update signin page * chore: update version `v0.7.1`
This commit is contained in:
@ -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>
|
||||
</>
|
||||
|
Reference in New Issue
Block a user