fix: replace vercel logo
This commit is contained in:
parent
37609dce7e
commit
f643641bf1
1 changed files with 9 additions and 3 deletions
|
|
@ -7,7 +7,12 @@ import { clearChats } from '@/app/actions'
|
||||||
import { buttonVariants } from '@/components/ui/button'
|
import { buttonVariants } from '@/components/ui/button'
|
||||||
import { Sidebar } from '@/components/sidebar'
|
import { Sidebar } from '@/components/sidebar'
|
||||||
import { SidebarList } from '@/components/sidebar-list'
|
import { SidebarList } from '@/components/sidebar-list'
|
||||||
import { IconGitHub, IconSeparator, IconVercel } from '@/components/ui/icons'
|
import {
|
||||||
|
IconGitHub,
|
||||||
|
IconNextChat,
|
||||||
|
IconSeparator,
|
||||||
|
IconVercel
|
||||||
|
} from '@/components/ui/icons'
|
||||||
import { SidebarFooter } from '@/components/sidebar-footer'
|
import { SidebarFooter } from '@/components/sidebar-footer'
|
||||||
import { ThemeToggle } from '@/components/theme-toggle'
|
import { ThemeToggle } from '@/components/theme-toggle'
|
||||||
import { ClearHistory } from '@/components/clear-history'
|
import { ClearHistory } from '@/components/clear-history'
|
||||||
|
|
@ -31,8 +36,9 @@ export async function Header() {
|
||||||
</SidebarFooter>
|
</SidebarFooter>
|
||||||
</Sidebar>
|
</Sidebar>
|
||||||
) : (
|
) : (
|
||||||
<Link href="https://vercel.com" target="_blank" rel="nofollow">
|
<Link href="/" target="_blank" rel="nofollow">
|
||||||
<IconVercel className="mr-2 h-6 w-6" />
|
<IconNextChat className="mr-2 h-6 w-6 dark:hidden" inverted />
|
||||||
|
<IconNextChat className="h-6 w-6 mr-2 hidden dark:block" />
|
||||||
</Link>
|
</Link>
|
||||||
)}
|
)}
|
||||||
<div className="flex items-center">
|
<div className="flex items-center">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue