Skip to content

Commit edfddd5

Browse files
committed
center the download button
1 parent 48bd8a2 commit edfddd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/FilesTable/FilesTable.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const FilesTable = ({ addClass, files }) => {
3131
<td>{uploadedBy}</td>
3232
<td>{contentLength}</td>
3333
<td>{createdAt}</td>
34-
<td>
34+
<td className='text-center'>
3535
<Link
3636
icon='fa-download'
3737
href={href}

0 commit comments

Comments
 (0)