You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Image
alt="logo"
src={iconUrl}
blurDataURL="/brands/aurory.jpg" //TODO: fix me
placeholder="blur"
quality={50}
width={100} // Change this line
/> try this out
So in the backpack/web/components/AppNoLink.tsx
This Image says that Type '"100px"' is not assignable to type 'SafeNumber'
The text was updated successfully, but these errors were encountered: