chore: update UIs

This commit is contained in:
Tristan Yang
2023-05-19 15:16:45 +08:00
parent 85f01cf05b
commit 50387e726a
22 changed files with 608 additions and 481 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ export default function URLPreview({ url = "" }) {
)}
<div className="flex flex-col">
<h3 className="text-sm text-gray-900 dark:text-gray-100">{title}</h3>
<p className={`hidden md:block text-xs text-gray-500 dark:text-gray-400 w-[288px] truncate`}>{description}</p>
<p className={`hidden md:block text-xs text-gray-500 w-[288px] truncate`}>{description}</p>
<span className={`text-[10px] text-gray-500 w-[288px] truncate`}>{url}</span>
</div>
</a>