small visual improvement

This commit is contained in:
Daniel
2023-06-05 13:49:36 +03:30
parent 2b82d2aa8a
commit ae3d7a708e
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -55,11 +55,11 @@ export default function ({ link, count }: Props) {
<p className="text-lg text-sky-600 font-bold">{link.name}</p>
</div>
<p className="text-sky-400 text-sm font-medium">{link.title}</p>
<p className="text-gray-500 text-sm font-medium">{link.title}</p>
<div className="flex gap-2 items-center flex-wrap mt-2">
<p className="text-gray-500">{formattedDate}</p>
<div className="text-gray-500 font-bold flex items-center gap-1">
<div className="text-sky-500 font-bold flex items-center gap-1">
<p>{url.host}</p>
<FontAwesomeIcon
icon={faArrowUpRightFromSquare}