change space page user-account

This commit is contained in:
Ehsan
2024-10-11 19:35:59 +03:30
parent 934d16195b
commit aef29b5145
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ function List({ data, loading }) {
const centerTable = [0, 4, 5];
return (
<div className="!mt-[32px]">
<div className="!mt-[40px]">
<div className="hidden md:block w-full">
<CustomTable tableHead={tableHead} centerTable={centerTable}>
{data.map((row, idx) => (