💚 Revert rollup upgrade to make it work with turbo dev

This commit is contained in:
Baptiste Arnaud
2023-05-03 08:29:13 -04:00
parent 5f0a99ee66
commit f2d31745ca
7 changed files with 38 additions and 30 deletions

View File

@@ -26,6 +26,8 @@ export const Avatar = (props: { initialAvatarSrc?: string }) => {
src={avatarSrc()}
alt="Bot avatar"
class="rounded-full object-cover w-full h-full"
elementtiming={'Bot avatar'}
fetchpriority={'high'}
/>
</figure>
</Show>