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 0d49682
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/components/TopNav/index.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import Image from 'next/image';
import Link from 'next/link';

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

export * from './MainNav';
export * from './UserNav';
Expand All @@ -19,9 +18,11 @@ export const TopNav = () => {
Slick Telemetry
</Link>
<MainNav />
<div className='ml-auto flex items-center space-x-4'>
{/*
Sidelined for v2
<div className='flex items-center ml-auto space-x-4'>
<UserNav />
</div>
</div> */}
</div>
);
};
Binary file added src/components/TopNav/slick-telemetry-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0d49682

Please sign in to comment.