chore: update logo format to png (#830)

This commit is contained in:
boojack
2022-12-23 00:21:53 +08:00
committed by GitHub
parent 7efa749c66
commit 9f25badde3
18 changed files with 22 additions and 22 deletions

View File

@ -147,7 +147,7 @@ const ShareMemoDialog: React.FC<Props> = (props: Props) => {
{state.memoAmount} MEMOS / {createdDays} DAYS
</span>
</div>
<img className="logo-img" src="/logo.webp" alt="" />
<img className="logo-img" src="/logo.png" alt="" />
</div>
</div>
<div className="px-4 py-3 w-full flex flex-row justify-between items-center">