style: fix beer card image and update user page

This commit is contained in:
Aaron William Po
2023-11-20 14:55:33 -05:00
parent f7227519b6
commit dddc48b403
2 changed files with 10 additions and 9 deletions

View File

@@ -18,8 +18,9 @@ const BeerCard: FC<{ post: z.infer<typeof BeerPostQueryResult> }> = ({ post }) =
<Image
src={post.beerImages[0].path}
alt={post.name}
width="1029"
height="110"
width="3000"
height="3000"
className="h-full object-cover"
/>
)}
</figure>