Skip to content

Commit c021e67

Browse files
committed
self-center not to dephorm the image
1 parent 8ad04f6 commit c021e67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/columns.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export function getComponentList(): ColumnDef<StackComponent>[] {
5858
height={32}
5959
src={sanitizeUrl(row.original.body?.logo_url || "")}
6060
alt="Flavor Icon"
61-
className="shrink-0"
61+
className="shrink-0 self-center"
6262
/>
6363
}
6464
topName={

0 commit comments

Comments
 (0)