fix: resolve JSX quote mismatch and missing profile-dropdown import
Docker Build / Build and Push Docker Image (push) Successful in 4m25s
Docker Build / Build and Push Docker Image (push) Successful in 4m25s
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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'>
|
||||
|
||||
Reference in New Issue
Block a user