expt: disable note metadata

This commit is contained in:
Ren Amamiya
2023-09-02 17:28:05 +07:00
parent 4309f734b6
commit 37668393f1
5 changed files with 6 additions and 11 deletions

View File

@@ -5,7 +5,6 @@ import {
ArticleNote,
FileNote,
NoteActions,
NoteMetadata,
NoteSkeleton,
RepostUser,
TextNote,
@@ -62,7 +61,7 @@ export function Repost({ event }: { event: NDKEvent }) {
return (
<div className="h-min w-full px-3 pb-3">
<div className="relative overflow-hidden rounded-xl bg-white/10 px-3 pt-3 backdrop-blur-xl">
<div className="relative overflow-hidden rounded-xl bg-white/10 px-3 py-3 backdrop-blur-xl">
<div className="relative flex flex-col">
<div className="isolate flex flex-col -space-y-4">
<RepostUser pubkey={event.pubkey} />
@@ -75,7 +74,6 @@ export function Repost({ event }: { event: NDKEvent }) {
<NoteActions id={repostID} pubkey={data.pubkey} />
</div>
</div>
<NoteMetadata id={repostID} />
</div>
</div>
</div>