fix: overlap between plus and prompt menu icon (#230)

This commit is contained in:
Syed Muzamil 2023-03-27 22:00:00 +05:30 committed by GitHub
parent 34c79c0d66
commit 5aa5be3f43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ export const Navbar: FC<Props> = ({
</div> </div>
<IconPlus <IconPlus
className="cursor-pointer hover:text-neutral-400" className="cursor-pointer hover:text-neutral-400 mr-8"
onClick={onNewConversation} onClick={onNewConversation}
/> />
</nav> </nav>