mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-18 06:24:25 +01:00
fix: usage of resolveAsset
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user