Update components/chat/sidebar/SidebarHeader.tsx
This commit is contained in:
parent
9f59f7b049
commit
72f7d712e8
@ -18,7 +18,7 @@ export const SidebarHeader = ({ onNewChat, logo }: SidebarHeaderProps) => (
|
||||
<a href="https://sovirolabs.gitbook.io/" target='_blank'>
|
||||
<SiGitbook className='cursor-pointer text-gray-600 hover:text-gray-800 transition-colors'/>
|
||||
</a>
|
||||
<a href="https://github.com/Soviro-Labs" target='_blank'>
|
||||
<a href="https://github.com/Soviro-Lab" target='_blank'>
|
||||
<SiGithub className='cursor-pointer text-gray-600 hover:text-gray-800 transition-colors'/>
|
||||
</a>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user