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 588040e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// @ts-check

/** @type {import('next').NextConfig} */
const nextConfig = {
images: {
Expand Down
7 changes: 4 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,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>
);
};

0 comments on commit 588040e

Please sign in to comment.