initial getting started and sending messages pages
This commit is contained in:
@@ -8,8 +8,8 @@ export function SideNav({
|
||||
children: ReactNode
|
||||
}) {
|
||||
return (
|
||||
<nav className="w-64 sticky top-0">
|
||||
<h2 className="text-2xl mt-1">{heading}</h2>
|
||||
<nav>
|
||||
<h2 className="text-2xl">{heading}</h2>
|
||||
<div className="mt-3 flex flex-col gap-2 items-start">{children}</div>
|
||||
</nav>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user