We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37fb0b6 commit 8a5b1ecCopy full SHA for 8a5b1ec
src/app/student/map/_components/BoothListItem.tsx
@@ -21,7 +21,7 @@ export function BoothListItem({
21
<div className="ml-4 flex h-full items-center">
22
{logoSrc ? (
23
<Image
24
- className="mr-2 size-16 object-contain"
+ className="mr-2 size-16 object-contain py-4"
25
src={logoSrc}
26
alt={booth.exhibitor.name}
27
width={300}
0 commit comments