continue polish, prepare launch v1.0.0

This commit is contained in:
Ren Amamiya
2023-06-22 14:17:48 +07:00
parent 699a26b3f0
commit a71e2991c2
14 changed files with 64 additions and 121 deletions

View File

@@ -7,7 +7,7 @@ export function MentionUser({ pubkey }: { pubkey: string }) {
return (
<Link
href={`/user?pubkey=${pubkey}`}
href={`/app/user?pubkey=${pubkey}`}
className="text-fuchsia-500 hover:text-fuchsia-600 no-underline font-normal"
>
@{user?.name || user?.displayName || shortenKey(pubkey)}

View File

@@ -29,6 +29,7 @@ export function LinkPreview({ urls }: { urls: string[] }) {
src={data["og:image"]}
alt={urls[0]}
className="w-full h-44 object-cover rounded-t-lg bg-white"
fallback="https://void.cat/d/XTmrMkpid8DGLjv1AzdvcW"
/>
)}
<div className="flex flex-col gap-2 px-3 py-3">