matthoffner commited on
Commit
7e65999
·
1 Parent(s): e2cfe89

Update pages/api/home/home.tsx

Browse files
Files changed (1) hide show
  1. pages/api/home/home.tsx +0 -7
pages/api/home/home.tsx CHANGED
@@ -348,13 +348,6 @@ const Home = ({
348
  <main
349
  className={`flex h-screen w-screen flex-col text-sm text-white dark:text-white ${lightMode}`}
350
  >
351
- <div className="fixed top-0 w-full sm:hidden">
352
- <Navbar
353
- selectedConversation={selectedConversation}
354
- onNewConversation={handleNewConversation}
355
- />
356
- </div>
357
-
358
  <div className="flex h-full w-full pt-[48px] sm:pt-0">
359
  <Chatbar />
360
 
 
348
  <main
349
  className={`flex h-screen w-screen flex-col text-sm text-white dark:text-white ${lightMode}`}
350
  >
 
 
 
 
 
 
 
351
  <div className="flex h-full w-full pt-[48px] sm:pt-0">
352
  <Chatbar />
353