fix: usage of resolveAsset

This commit is contained in:
Shusui MOYATANI
2023-05-08 20:20:37 +09:00
parent f8fbc95ba7
commit 7ff82e68a3
4 changed files with 13 additions and 3 deletions

View File

@@ -71,7 +71,7 @@ const SideBar: Component = () => {
<button class="pt-2" onClick={() => showAbout()}>
<img
class="h-8 w-8"
src={resolveAsset('/images/rabbit_app_256.png')}
src={resolveAsset('images/rabbit_app_256.png')}
alt="About rabbit"
/>
</button>