improved UI

This commit is contained in:
daniel31x13
2023-12-05 04:12:48 -05:00
parent 1f20180a51
commit a3106e072b
4 changed files with 15 additions and 17 deletions
+2 -2
View File
@@ -57,9 +57,9 @@ export default function LinkCard({ link, count }: Props) {
<Link
href={"/public/collections/20?q=" + e.name}
key={i}
className="btn btn-xs btn-outline truncate max-w-[19rem]"
className="btn btn-xs btn-ghost truncate max-w-[19rem]"
>
{e.name}
#{e.name}
</Link>
))}
</div>