mirror of
				https://github.com/ItzCrazyKns/Perplexica.git
				synced 2025-11-04 04:38:15 +00:00 
			
		
		
		
	fix(ui): ui compile fail
remove both of them, a new feature is coming soon - mobile device support setting navbar
This commit is contained in:
		@@ -12,8 +12,6 @@ const EmptyChat = ({
 | 
				
			|||||||
}) => {
 | 
					}) => {
 | 
				
			||||||
  return (
 | 
					  return (
 | 
				
			||||||
    <div className="relative">
 | 
					    <div className="relative">
 | 
				
			||||||
      <ThemeSwitcher size={17} className="absolute top-2 right-0 lg:hidden" />
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
      <div className="flex flex-col items-center justify-center min-h-screen max-w-screen-sm mx-auto p-2 space-y-8">
 | 
					      <div className="flex flex-col items-center justify-center min-h-screen max-w-screen-sm mx-auto p-2 space-y-8">
 | 
				
			||||||
        <h2 className="text-black/70 dark:text-white/70 text-3xl font-medium -mt-8">
 | 
					        <h2 className="text-black/70 dark:text-white/70 text-3xl font-medium -mt-8">
 | 
				
			||||||
          Research begins here.
 | 
					          Research begins here.
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -50,8 +50,6 @@ const Navbar = ({ messages }: { messages: Message[] }) => {
 | 
				
			|||||||
      </div>
 | 
					      </div>
 | 
				
			||||||
      <p className="hidden lg:flex">{title}</p>
 | 
					      <p className="hidden lg:flex">{title}</p>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      <ThemeSwitcher size={17} className="lg:hidden ml-auto mr-4" />
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
      <div className="flex flex-row items-center space-x-4">
 | 
					      <div className="flex flex-row items-center space-x-4">
 | 
				
			||||||
        <Share
 | 
					        <Share
 | 
				
			||||||
          size={17}
 | 
					          size={17}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user