mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 10:45:27 +00:00
Center logos in the column.
This commit is contained in:
parent
2bba31940d
commit
500df533bb
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue