ui improvements

This commit is contained in:
Daniel
2023-03-25 17:47:34 +03:30
parent 2e3ec53d2a
commit 3a5ae28f86
17 changed files with 117 additions and 55 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ export default function () {
return (
// ml-80
<div className="p-5">
<p className="text-center mb-5 text-gray-500 font-bold text-sm">
<div className="p-2">
<p className="text-right mb-2 text-gray-500 font-bold text-sm">
{linksByCollection.length || 0} Links Found
</p>
{linksByCollection.map((e, i) => {