wip: network
This commit is contained in:
@@ -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've no new notifications
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user