chore: small fixes
This commit is contained in:
@@ -121,7 +121,7 @@ export function Navigation() {
|
||||
: "text-black/50 dark:text-neutral-400",
|
||||
)}
|
||||
>
|
||||
<NwcIcon className="size-6" />
|
||||
<NwcIcon className="size-6 rotate-12" />
|
||||
</div>
|
||||
)}
|
||||
</NavLink>
|
||||
|
||||
@@ -57,9 +57,7 @@ export function ReplyList({
|
||||
</div>
|
||||
</div>
|
||||
) : (
|
||||
data.map((event) => (
|
||||
<Reply key={event.id} event={event} rootEvent={eventId} />
|
||||
))
|
||||
data.map((event) => <Reply key={event.id} event={event} />)
|
||||
)}
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user