Skip to content

Commit

Permalink
admin layout nav
Browse files Browse the repository at this point in the history
  • Loading branch information
potts99 committed Mar 21, 2024
1 parent bab9eee commit e82faa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/client/layouts/adminLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default function AdminLayout({ children }: any) {
return (
<div className="flex justify-center p-6">
<div className="flex xl:divide-x-2 justify-center h-[85vh] max-w-5xl pr-4">
<div className="hidden xl:flex w-56 mt-11 pr-4">
<div className="hidden md:flex w-56 mt-11 pr-4">
<nav className="space-y-1 w-full pr-4" aria-label="Sidebar">
{navigation.map((item) => (
<Link
Expand Down

0 comments on commit e82faa0

Please sign in to comment.