Center logos in the column.

This commit is contained in:
SergeantPanda 2025-07-15 20:12:25 -05:00
parent 2bba31940d
commit 500df533bb

View file

@ -133,7 +133,7 @@ const LogosTable = () => {
size: 80,
enableSorting: false,
cell: ({ getValue, row }) => (
<Center>
<Center style={{ width: '100%' }}>
<Image
src={getValue()}
alt={row.original.name}