Fixed nav menus.

This commit is contained in:
Mike Cao
2025-11-28 00:33:53 -08:00
parent dcc1ae1864
commit d7fd22645c
9 changed files with 62 additions and 7 deletions
+1
View File
@@ -21,6 +21,7 @@ export function AdminLayout({ children }: { children: ReactNode }) {
border="right"
backgroundColor
marginRight="2"
padding="3"
>
<AdminNav />
</Column>