chore: update logo assets (#1407)

This commit is contained in:
boojack
2023-03-24 08:43:26 +08:00
committed by GitHub
parent 166e57f1ef
commit 2e14561bfc
10 changed files with 7 additions and 15 deletions

View File

@ -474,8 +474,8 @@ const MemoEditor = () => {
disabled={!(allowSave || editorState.resourceList.length > 0) || state.isUploadingResource || state.isRequesting}
onClick={handleSaveBtnClick}
>
<img className="w-5 -ml-0.5 mr-0.5 h-auto" src="/logo.png" />
{t("editor.save")}
<img className="icon-img w-4 h-auto" src="/logo.png" />
</button>
</div>
</div>