error message changed

parent 11a009fc
......@@ -37,7 +37,7 @@ function Table({headers, data,loading, maxHeight}) {
);
else
return <div className="w-full h-full">
<p className="text-center align-middle mt-28 text-blue-500">No records to display</p>
<p className="text-center align-middle mt-14 mb-14 text-blue-500">No records to display</p>
</div>
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment