fix: overlap between plus and prompt menu icon (#230)
This commit is contained in:
@@ -20,7 +20,7 @@ export const Navbar: FC<Props> = ({
|
||||
</div>
|
||||
|
||||
<IconPlus
|
||||
className="cursor-pointer hover:text-neutral-400"
|
||||
className="cursor-pointer hover:text-neutral-400 mr-8"
|
||||
onClick={onNewConversation}
|
||||
/>
|
||||
</nav>
|
||||
|
||||
Reference in New Issue
Block a user