ui improvements
This commit is contained in:
@@ -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) => {
|
||||
|
||||
@@ -11,7 +11,7 @@ export default function () {
|
||||
|
||||
return (
|
||||
// ml-80
|
||||
<div className="flex flex-wrap p-5">
|
||||
<div className="flex flex-wrap p-2 gap-2">
|
||||
{collections.map((e, i) => {
|
||||
return <CollectionCard key={i} collection={e} />;
|
||||
})}
|
||||
|
||||
Reference in New Issue
Block a user