Add padding to logos.

This commit is contained in:
SergeantPanda 2025-07-15 20:14:34 -05:00
parent 500df533bb
commit 5f08d0fbbf

View file

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