feat: redesign navigation bar
This commit is contained in:
@@ -6,7 +6,7 @@ export function HomeRoute({ id }: { id: string }) {
|
||||
return (
|
||||
<div className="pb-5 overflow-y-auto">
|
||||
<WindowVirtualizer>
|
||||
<div className="px-3">
|
||||
<div className="px-3 mt-3">
|
||||
<ThreadNote eventId={id} />
|
||||
<ReplyList eventId={id} title="All replies" className="mt-5" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user