fix: resolve JSX quote mismatch and missing profile-dropdown import
Docker Build / Build and Push Docker Image (push) Successful in 4m25s

This commit is contained in:
2026-06-14 18:14:36 +08:00
parent 60fc1eee31
commit 5d18485e9a
2 changed files with 3 additions and 3 deletions
@@ -28,7 +28,7 @@ import { ThemeSwitch } from '@/components/theme-switch'
import { NotificationPopover } from '@/components/notification-popover'
import { useAuthStore } from '@/stores/auth-store'
import { useNotifications } from '@/hooks/use-notifications'
import { ProfileDropdown } from './profile-dropdown'
import { ProfileDropdown } from '@/components/profile-dropdown'
function HeaderLogo({
src,
+2 -2
View File
@@ -132,12 +132,12 @@ export function Hero(props: HeroProps) {
</div>
<div className='pl-5'>
<span className='text-muted-foreground'>-H</span>{' '}
<span className='text-yellow-600 dark:text-yellow-400">"Authorization: Bearer sk-..."</span>{' '}
<span className='text-yellow-600 dark:text-yellow-400'>{'"Authorization: Bearer sk-..."'}</span>{' '}
<span className='text-muted-foreground'>\</span>
</div>
<div className='pl-5'>
<span className='text-muted-foreground'>-d</span>{' '}
<span className='text-yellow-600 dark:text-yellow-400">{"'{ \"model\": \"gpt-4o\", \"messages\": [...] }'"}</span>
<span className='text-yellow-600 dark:text-yellow-400'>{"'{ \"model\": \"gpt-4o\", \"messages\": [...] }'"}</span>
</div>
<div className='mt-5 border-t border-border pt-4'>