Skip to content

Commit

Permalink
chore: sideline user profile for next version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lombardoc4 committed Mar 23, 2024
1 parent 6e101a0 commit ffa8234
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/TopNav/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import Image from 'next/image';
import Link from 'next/link';

import { UserNav } from '.';
import { MainNav } from './MainNav';
import Logo from './slick-telemetry-logo.webp';

Expand All @@ -19,9 +18,9 @@ export const TopNav = () => {
Slick Telemetry
</Link>
<MainNav />
<div className='ml-auto flex items-center space-x-4'>
{/* <div className='flex items-center ml-auto space-x-4'>
<UserNav />
</div>
</div> */}
</div>
);
};

0 comments on commit ffa8234

Please sign in to comment.