fix: overlap between plus and prompt menu icon (#230)
This commit is contained in:
parent
34c79c0d66
commit
5aa5be3f43
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue