add trending profiles
This commit is contained in:
@@ -15,7 +15,8 @@ export const MentionNote = memo(function MentionNote({ id }: { id: string }) {
|
||||
|
||||
return (
|
||||
<NoteWrapper
|
||||
href={`/app/note?id=${id}`}
|
||||
thread={id}
|
||||
block={1}
|
||||
className="mt-3 rounded-lg border border-zinc-800 px-3 py-3"
|
||||
>
|
||||
{data ? (
|
||||
|
||||
@@ -71,7 +71,7 @@ export function NoteMetadata({
|
||||
<div
|
||||
onClick={(e) => e.stopPropagation()}
|
||||
onKeyDown={(e) => e.stopPropagation()}
|
||||
className="inline-flex items-center gap-2 w-full h-12 mt-4"
|
||||
className="inline-flex items-center gap-2 w-full h-12"
|
||||
>
|
||||
{!data ? (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user