chore: update logo (#1442)

* chore: update logo

* chore: update
This commit is contained in:
boojack
2023-04-02 09:54:52 +08:00
committed by GitHub
parent c7a57191bd
commit 1ea65c0b60
15 changed files with 91 additions and 89 deletions

View File

@ -474,7 +474,7 @@ 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" />
<img className="w-5 -ml-0.5 mr-0.5 h-auto" src="/logo.webp" />
{t("editor.save")}
</button>
</div>