wip: network

This commit is contained in:
Ren Amamiya
2023-08-06 07:59:43 +07:00
parent 373a0f0608
commit 71338b3b07
49 changed files with 465 additions and 424 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ export function NotificationModal({ pubkey }: { pubkey: string }) {
) : data.length < 1 ? (
<div className="flex h-full w-full flex-col items-center justify-center">
<p className="mb-1 text-4xl">🎉</p>
<p className="font-medium text-zinc-500">
<p className="font-medium text-white/50">
Yo!, you&apos;ve no new notifications
</p>
</div>
+1 -1
View File
@@ -17,7 +17,7 @@ export function NotiRepost({ event }: { event: NDKEvent }) {
<p className="leading-none text-white/50">repost your post</p>
</div>
<div>
<span className="leading-none text-zinc-500">{createdAt}</span>
<span className="leading-none text-white/50">{createdAt}</span>
</div>
</div>
<div className="-mt-5 pl-[44px]">{root && <MentionNote id={root} />}</div>