add trending profiles

This commit is contained in:
Ren Amamiya
2023-06-15 09:16:59 +07:00
parent 415552301f
commit e44ed3f58c
8 changed files with 156 additions and 3 deletions

View File

@@ -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 ? (

View File

@@ -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 ? (
<>